https://github.com/jason89521/genjp
A CLI tool to generate JS project from templates
https://github.com/jason89521/genjp
Last synced: over 1 year ago
JSON representation
A CLI tool to generate JS project from templates
- Host: GitHub
- URL: https://github.com/jason89521/genjp
- Owner: jason89521
- Created: 2024-07-07T12:29:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-10T08:23:04.000Z (about 2 years ago)
- Last Synced: 2025-01-30T13:42:07.146Z (over 1 year ago)
- Language: Rust
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GENJP
A command-line interface (CLI) tool for quickly generating new projects based on predefined templates.
## Description
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.
## Usage
1. Clone this repo
2. run `cargo install --path .` to install genjp.
3. run `genjp set-templates ` to setup the templates directory.
4. run `genjp` to select the template you want to use from the templates folder.
## Todo
- [ ] Error Handling
- [ ] Modify package.json
- [ ] Monorepo
- [ ] Customized templates
- [ ] Test