Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

burrp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

burrp

A tiny cli app to generate food names.

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Burrp

Description

A CLI app to generate food names.

Usage

Command Line:

To install burrp globally from npm, run:

$ npm install -g burrp

Once its installed, it can be used via command line. Try:

$ burp -V
0.1.0

$ burp -h

  Usage: burrp [options]

  Options:

    -h, --help        output usage information
    -V, --version     output the version number
    -n, --number <n>  Number of food names

$ burp
White Wine and Walnut Tart

$ burp
Strawberry and Coconut Pie
Dark Chocolate and Ginger Mooncake
Strawberry and Kiwi Cake
Coffee and Caramel Pastry
Pressure-Cooked White Wine Kebabs
Pressure-Fried Fennel & Lemon Pie
Infused White Wine Potatoes
Cinnamon and Grape Genoise
Passion Fruit Toast
Tea-Smoked Mint Roll

Note: This package registers two commands, burrp & burp. You can use either of those for cli.

Programmatically

To install burrp as a dependency:

$ npm install --save burrp

Then use it as:

var burp = require('burrp').burp;

burp();
// [ "Fire-Grilled Honey & Thyme Boar" ]

Tests

If you have mocha installed already,

$ npm test

Motivation

I used to name my releases after dishes names, like every single lazy ass developer; I wanted a utility that'd reduce my efforts. So, here it is. :3

License

Copyright (c) 2015 Umayr Shahid

MIT License

Keywords

FAQs

Package last updated on 13 Aug 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc