blackbeard

Blackbeard is an opinionated MVC framework for Node.js, designed to be familar.

Usage no npm install needed!

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

README

Current Version: 0.1.3-beta

Quickstart

  • First, create or generate a package.json file (npm init)
  • Then run npm install blackbeard --save
  • Next, add "blackbeard": "blackbeard" to your package.json's scripts property
  • Finally, run npm run blackbeard setup

It is highly recommended that you allow the setup to generate some boilerplate code for you. This is the best way to understand and see how the API works.

Requirements:

  • Node >= 4.x
  • NPM >= 3.x

For the documentation, please visit: ndugger.github.io/blackbeard


For support, contact me on twitter: @NickolasDugger


Licensed under MIT