0.0.5 • Published 9 years ago

shingle v0.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

shingle

Version npmnpm DownloadsBuild StatusCoverage StatusDependenciesTips

Shingle text

Usage

var shingle = require('shingle')

console.log( shingle('foo bar baz') )
// outputs [ 'foo', 'foo bar', 'bar', 'bar baz', 'baz' ]

Please see test/simple.js for more examples.

Install

npm install shingle

License

MIT

0.0.5

9 years ago

0.0.4

10 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago