earth-without-e
v0.1.1
Published
A command-line tool for setting up backend project quickly and efficiently.
Downloads
2
Readme
earth-without-e
A command-line tool for setting up backend project quickly and efficiently.
Installation
To install earth-without-e globally, run:
npm install -g earth-without-e
Usage
Commands
- setup
<path>
:
Sets up a new project at the specified path
Options
-h, --help
:
Show help information-v, --version
:
Show version number
Features
- Initializes a new project structure
- Sets up a new git repository
- Copies
.env.example
to.env
- Installs npm dependencies