Skip to content
/ gmc-cli Public

📺 CLI for creating a new Node project with all the modern tooling.

License

Notifications You must be signed in to change notification settings

gmencz/gmc-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gmc-cli

📺 CLI for creating a new Node project with the following tooling set up for you:

  • Typescript
  • Eslint
  • Jest
  • Prettier
  • Git hooks, only the pre-commit hook is set up with lint-staged and husky.

Usage

The CLI can be used in three different ways:

  1. npx gmc-cli my-awesome-project will create a folder in the current directory called my-awesome-project and set up all modern tooling inside it.
  2. npx gmc-cli will create a folder in the current directory with a randomly generated name and set up all modern tooling inside it.
  3. npx gmc-cli . will set up all modern tooling in the current directory.

About

📺 CLI for creating a new Node project with all the modern tooling.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published