Skip to content

bangajs/banga-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BangaJS Logo

BàngáJS is a CLI generator tool for scaffolding ExpressJS applications and generating application layer files with 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 -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