Skip to content

A CLI tool to generate JS project from templates

Notifications You must be signed in to change notification settings

jason89521/genjp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 <TEMPLATES_FOLDER> 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

About

A CLI tool to generate JS project from templates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages