Metadata-Version: 2.4
Name: jyinit
Version: 0.0.2
Summary: jyinit - scaffold Python projects (CLI)
Author-email: Jeevan N <njeevan2216@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/nj2216/jyinit
Project-URL: Documentation, https://njeevan.vercel.app/jyinit
Project-URL: Source, https://github.com/nj2216/jyinit
Project-URL: Issues, https://github.com/nj2216/jyinit/issues
Keywords: scaffold,cookiecutter,cli,python
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# jyinit

`jyinit` is a small CLI utility to scaffold Python projects (libraries, apps, web services, ML projects and more).

## Quickstart

Install from source (for development):

```bash
python -m pip install -e .
# then run
jyinit create myproj --types library cli --license MIT --gitrep
```

See `jyinit --help` for full options.


## Contributing

Contributions welcome. Please open an issue or submit a PR.
---
