joeytwiddle

A personal card for Paul "Joey" Clark (@joeytwiddle)


License
MIT
Install
npm install joeytwiddle@1.5.0

Documentation

It's me, Joey!

I forked https://github.com/bnb/bitandbang

Usage

If you have npm installed, you can display this card by running:

npx joeytwiddle

Make your own

  1. Fork and clone
  2. Rename the repo (under settings on Github)
  3. Edit bin/card.js and put your details
  4. Open package.json and change name, description, bin, repository and author fields
  5. Commit your changes
  6. Run npm version minor to bump the version number, and create a new release commit
  7. Push your changes
  8. Run npm pack to build a tarball of what you are about to publish
  9. Run tar tfz <tarball> to check it has the right files inside it
  10. Run npm publish to publish