1.0.1 • Published 7 years ago

u-help v1.0.1

Weekly downloads
8
License
Apache-2.0
Repository
github
Last release
7 years ago

Help

Sample usage

var help = require('u-help');

help.show('feed <animal> <food>','Keep your pet fed!',{
  Animals: {
    whiskers: 'Your beloved cat',
    snout: 'Your loyal dog',
    scales: 'Your awesome fish',
    feathers: 'Your annoying bird',
    toothy: 'Your good old rodent'
  },
  Foods: {
    meat: 'Carnivores\' favourite food',
    fish: 'That weird thing which inhabits seas',
    bones: 'These are under your skin, you know?',
    fishbones: [
      'Fish would be the perfect food without them,',
      'it\'s a real shame they exist'
    ],
    worms: 'Tasty little insects'
  }
});
 ·----------------------·
 | feed <animal> <food> |
 ·----------------------·

Keep your pet fed!

Animals:

  whiskers   Your beloved cat
  snout      Your loyal dog
  scales     Your awesome fish
  feathers   Your annoying bird
  toothy     Your good old rodent

Foods:

  meat        Carnivores' favourite food
  fish        That weird thing which inhabits seas
  bones       These are under your skin, you know?
  fishbones   Fish would be the perfect food without them,
              it's a real shame they exist
  worms       Tasty little insects
1.0.1

7 years ago

1.0.0

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago