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