@arindamlahiri/create-express-app

A CLI tool to get boilerplate code for a REST api using express

Usage no npm install needed!

<script type="module">
  import arindamlahiriCreateExpressApp from 'https://cdn.skypack.dev/@arindamlahiri/create-express-app';
</script>

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

Author