generator-clean-project
v0.1.0
Published
Generator to start a project properly
Readme
generator-clean-project
This generator is made to quickly start a project with an already defined structure.
Example:
- For a React native project:
typescript,eslint,prettier,babel, ... - For a Python project:
poetry,mypy,pytest, ...
Installation
Install yo
npm i -g yoInstall generator-clean-project
yo clean-project