bangajs

1.1.0 • Public • Published

BangaJS Logo

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

NPM Version NPM Downloads

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 bangajs -g

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

Package Sidebar

Install

npm i bangajs

Weekly Downloads

2

Version

1.1.0

License

MIT

Unpacked Size

53.1 kB

Total Files

46

Last publish

Collaborators

  • saucecodee