nano-base
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

nano-base@1.0.3

npm version build status dependency status devDependency status

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

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i nano-base

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

4.33 kB

Total Files

9

Last publish

Collaborators

  • lfamorim