Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
A CLI app to generate food names.
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.
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" ]
If you have mocha installed already,
$ npm test
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
Copyright (c) 2015 Umayr Shahid
FAQs
A tiny cli app to generate food names.
We found that burrp demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.