davincibot
v0.0.4
Published
Da Vinci Bot: Do All the Vastly Impractical Nonsense Conceivable In (short) Bouts Of Time
Maintainers
Readme
davincibot
Da Vinci Bot, or "Do All the Vastly Impractical Nonsense Conceivable In (short) Bouts Of Time"
Installation
npm install davincibot --save
yarn add davincibot
bower install davincibot --saveUsage
Javascript
var davincibot = require('davincibot');
TODO add usage exampleTODO add desired outputTypeScript
import { davincibot } from 'davincibot';
TODO add usage exampleTODO add desired outputAMD
define(function(require,exports,module){
var davincibot = require('davincibot');
});Test
npm run test