A small utility for converting certain strings to pony phrases or words. This was a test to get into writing an npm plugin.
npm install ponify --save
var pony = require('ponify') ponify = ponify.ponify;
var string = 'Hey there, everybody!', ponied = ponify(string);
console.log('string', string, 'ponified', ponied);
npm test
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.
- 0.1.0 Initial release