nodebootstrap

Node/Express.js project bootstrapper loaded with best-practices

Usage no npm install needed!

<script type="module">
  import nodebootstrap from 'https://cdn.skypack.dev/nodebootstrap';
</script>

README

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