A command-line interface (CLI) tool for quickly generating new projects based on predefined templates.
GENJP is a Rust-based CLI tool that simplifies the process of creating new JS projects. It allows users to select from a variety of project templates and instantly set up a new project directory with all the necessary files and structure.
- Clone this repo
- run
cargo install --path .
to install genjp. - run
genjp set-templates <TEMPLATES_FOLDER>
to setup the templates directory. - run
genjp
to select the template you want to use from the templates folder.
- Error Handling
- Modify package.json
- Monorepo
- Customized templates
- Test