dragonnodejs-bundle-skeleton

1.0.1 • Public • Published

DragonNode.js Bundle Skeleton

Skeleton for a bundle with the DragonNode.js Framework

Installation

  • Add bundle to the "package.json":
{
  "dependencies": {
    "dragonnodejs-bundle-skeleton": "^1.0.1"
  }
}
  • Run "npm install"
  • Extend the configuration in "app.js":
let config = {
    directory: __dirname + '/',
    modules: [
        [require('dragonnodejs-bundle-skeleton'), [
            ['modules/example', {}]
        ]]
    ]
};
require('dragonnodejs')(config);

Readme

Keywords

none

Package Sidebar

Install

npm i dragonnodejs-bundle-skeleton

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • dragonnodejs