Home
Softono
nodebootstrap

nodebootstrap

Open source MIT JavaScript
719
Stars
101
Forks
10
Issues
39
Watchers
3 months
Last Commit

About nodebootstrap

# NodeBootstrap [![NPM Version][npm-img]][npm-url] [![Github Link][github-img]][github-url] ![Docker Hub Link][docker-img] [![TravisCI Build Status][travis-img]][travis-url] [![Codacy Badge][codacy-img]][codacy-url] [![FOSSA Status][fossa-img]][fossa-url] <!-- [![Github Link][github-img]][github-url] --> Organize your Node project like a pro. Now supports a Microservice mode! Right out of the gate N.B. gets a [metric] ton of boilerplate taken care of: microservice-style setup, clustering, Docker-support, database migrations, automated testing, error-handling, modularity, advanced logging, templated views, environments – you name it. And all of that without having to deal with a heavy or an opinionated framework! ![Install Microservice](http://nodebootstrap.io/images/nodebootstrap_installv4.png) To learn more: [http://nodebootstrap.io](http://nodebootstrap.io) [![Join the chat at https://gitter.im/inadarei/nodebootstrap](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/inadarei/nodebootstra ...

Platforms

Web Self-hosted Docker

Languages

JavaScript

NodeBootstrap

NPM Version Github Link Docker Hub Link TravisCI Build Status Codacy Badge FOSSA Status

Organize your Node project like a pro. Now supports a Microservice mode!

Right out of the gate N.B. gets a [metric] ton of boilerplate taken care of: microservice-style setup, clustering, Docker-support, database migrations, automated testing, error-handling, modularity, advanced logging, templated views, environments – you name it. And all of that without having to deal with a heavy or an opinionated framework!

Install Microservice

To learn more: http://nodebootstrap.io

Join the chat at https://gitter.im/inadarei/nodebootstrap

If you like Nodebootstrap, also check out: Microservices Workspace project to see how you can orchestrate multilingual (polyglot) microservices setup as a holistic and simple development environment.

Examples:

  # create a skeleton of a containerized microservice:
  > nodebootstrap ms-first
  # create a skeleton of an express MVC webapp:
  > nodebootstrap -m webapp nodeapp-first
  # create a skeleton of a console or client Node application
  > nodebootstrap -m cli client-first

License

MIT