An open API service indexing awesome lists of open source software.

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

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