1.1.1 • Published 2 years ago

chuckwood v1.1.1

Weekly downloads
3
License
ISC
Repository
github
Last release
2 years ago

chuckwood

“How much wood could a woodchuck chuck…” by Mother Goose

How much wood could a woodchuck chuck If a woodchuck could chuck wood? As much wood as a woodchuck could chuck, If a woodchuck could chuck wood.

Installation

Add chuckwood to your project using npm.

$ npm i -S chuckwood

Usage

const woodchuck = require('chuckwood');

const poem = woodchuck.chuck('wood', 'chuck');

console.log(poem); // How much wood could a woodchuck chuck if a woodchuck could chuck wood?

Testing

Run the test suite from the command-line using npm.

$ npm run test

License

This software is released under the ISC License.