Skip to content

localBlackMage/Ponify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ponify

A small utility for converting certain strings to pony phrases or words. This was a test to get into writing an npm plugin.

Installation

npm install ponify --save

Usage

var pony = require('ponify') ponify = ponify.ponify;

var string = 'Hey there, everybody!', ponied = ponify(string);

console.log('string', string, 'ponified', ponied);

Tests

npm test

Contributing

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.

Release History

  • 0.1.0 Initial release

About

A test npm plugin.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published