nano-base
v1.0.3
Published
Simple and nano base for your project.
Downloads
4
Readme
[email protected]
Simple and nano base for your project.
Installation
Download node at nodejs.org and install it, if you haven't already.
npm install nano-base --save
const Base = require('nano-base');
const base = Base({ customConfig: 'myCustomConfig' });
base.define('applicationDefinition', 'thisIsAFact');
Object.assign(base, { people: 'LoveEachOther' });
This package is provided in these module formats:
- CommonJS
Dependencies
None
Dev Dependencies
- amdefine: Provide AMD's define() API for declaring modules in the AMD format
- chai: BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
- eslint-config-airbnb-base: Airbnb's base JS ESLint config, following our styleguide
- eslint-plugin-import: Import with sanity.
- mocha: simple, flexible, fun test framework