1.0.5 • Published 3 years ago

gmc-cli v1.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

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.

1.0.5

3 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.1.0

4 years ago