All Projects → saucecodee → Bangajs

saucecodee / Bangajs

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

Projects that are alternatives of or similar to Bangajs

Cfonts
Sexy fonts for the console
Stars: ✭ 789 (+673.53%)
Mutual labels:  cli, generator
Rispa Cli
Modular project management
Stars: ✭ 30 (-70.59%)
Mutual labels:  cli, generator
Samples Viewer Generator
🎉 A CLI utility tool to generate web app of data visualization samples for presentation purpose
Stars: ✭ 13 (-87.25%)
Mutual labels:  cli, generator
Curriculum
Dive into our 7-month web development program covering HTML, CSS, Javascript, Node, and React!
Stars: ✭ 453 (+344.12%)
Mutual labels:  cli, expressjs
Readme Md Generator
📄 CLI that generates beautiful README.md files
Stars: ✭ 9,184 (+8903.92%)
Mutual labels:  cli, generator
Xcodegen
A Swift command line tool for generating your Xcode project
Stars: ✭ 5,032 (+4833.33%)
Mutual labels:  cli, generator
Ideoxan
👩‍💻 Ideoxan is a free to use online tool to learn programming.
Stars: ✭ 29 (-71.57%)
Mutual labels:  expressjs, ejs
Graphback
Graphback - Out of the box GraphQL server and client
Stars: ✭ 323 (+216.67%)
Mutual labels:  cli, generator
Guaka
The smartest and most beautiful (POSIX compliant) Command line framework for Swift 🤖
Stars: ✭ 1,145 (+1022.55%)
Mutual labels:  cli, generator
Telosys Cli
Telosys v 3 CLI - Command Line Interface
Stars: ✭ 66 (-35.29%)
Mutual labels:  cli, generator
Plop
Consistency Made Simple
Stars: ✭ 4,765 (+4571.57%)
Mutual labels:  cli, generator
Angular Librarian
An Angular 2+ scaffolding setup for creating libraries
Stars: ✭ 92 (-9.8%)
Mutual labels:  cli, generator
Swaggen
OpenAPI/Swagger 3.0 Parser and Swift code generator
Stars: ✭ 385 (+277.45%)
Mutual labels:  cli, generator
Devkit
Stars: ✭ 561 (+450%)
Mutual labels:  cli, generator
Hygen
The simple, fast, and scalable code generator that lives in your project.
Stars: ✭ 4,107 (+3926.47%)
Mutual labels:  cli, generator
Generator Express Es6
Yeoman generator for Express.js
Stars: ✭ 28 (-72.55%)
Mutual labels:  expressjs, generator
WordNook
Dynamically updating blogging website to upload articles and blog posts on various topics, developed using ejs template engine and node js in the backend.
Stars: ✭ 80 (-21.57%)
Mutual labels:  expressjs, ejs
express-mvc-generator
Express' Model View Controller Application Generator.
Stars: ✭ 46 (-54.9%)
Mutual labels:  generator, expressjs
Curriculum
Overview of the different modules and learning goals of the program.
Stars: ✭ 40 (-60.78%)
Mutual labels:  cli, expressjs
The forge
Our groundbreaking, lightning fast PWA CLI tool
Stars: ✭ 70 (-31.37%)
Mutual labels:  cli, generator

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].