banga-cli

BàngáJS is a CLI generator for scaffolding ExpressJS applications with speed and efficiency.

MIT License

Stars
154

BàngáJS is a CLI generator tool for scaffolding ExpressJS applications and generating application layer files with speed and efficiency ⚡️.

Installing BàngáJS

BàngáJS available on the Node.js module through the npm registry.

Before installing, make sure you've downloaded and installed Node.js

Then install BàngáJS globally:

$ npm install -g  bangajs

Features

  • Quick project setup.
  • Pre-set authentication functionality.
  • Generate application layer files with CRUD methods.

Docs

Getting started

Let's create a new Express app hello-world, and it would be created in a new folder called hello-world in the current working directory:

$ banga new hello-world

Then navigate into the newly created project and start up the server:

$ cd hello-world
$ npm run dev

By default the server will be running on http://localhost:2020/

Contributors

The author of BàngáJS is Onyegbu Ifedili

List of all contributors

License

MIT