0.0.7 • Published 8 years ago

nostra v0.0.7

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

NPMBuild StatusCoverage Status

Nostra

Generates random-ish fortune-teller text.

Installation

npm install nostra

Usage

var nostra = require('nostra');

var fortune = nostra.generate();

Tests

Components:

ES6 -- Publishing to npm handled by configuring the package.json file

  • See build and prepublish (which calls build) in the scripts section.
  • The .npmignore file contains the src dir -- it doesn't get published to npm.
  • The .gitignore file contains the dist dir -- it doesn't get saved to git
  • In package.json, main points to the file at './dist/index.js'

ES6 -- Testing

  • The test file should call the files in the dist directory, not the src.
  • See test in the scripts section -- make sure it builds before it runs the tests.

Resources

Notes

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago