README
A CLI tool to get boilerplate code for a REST api using express
Installation & Usage
Run any one of the commands given below in a new folder where you want to start your project.
npm init @arindamlahiri/express-app
# or
npx @arindamlahiri/create-express-app
# or
npm install -g @arindamlahiri/create-express-app
create-express-app
Then run npm start to start the express server.
License
MIT