samusgray / made-with

Randomly generated footers for your cool site.

Home Page:https://www.npmjs.com/package/made-with

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Made-With"

Generating cool taglines for all the millenials out there.

Made-With is a for-fun command-line tool. Globally install Made-With and generare your next footer. No longer will Made with Javascript and <3 dominate the footers of the internet.

Install

npm install made-with -g

Generate a random phrase:

made-with

Install in an application:

npm install --save made-with

Require and generate phrase:

madeWith = require('made-with')

console.log(madeWith.generatePhrase());
// => "Made with HTML5 and ice cream.""

Development

Setup:

npm install

This will install mocha, chalk, and any other dependencies local to this project.

Testing: To run the tests in ./tests directory, simply run npm run test.

About

Randomly generated footers for your cool site.

https://www.npmjs.com/package/made-with


Languages

Language:JavaScript 100.0%