0.0.5 • Published 8 years ago

shingle v0.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
8 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

8 years ago

0.0.4

8 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago