my-awesome-package-that-is-more-awesome-than-other-packages
v1.0.5
Published
my-awesome-package-that-is-more-awesome-than-other-packages is just another package from the NPM tutorial that makes no sense. Due to name clashing a more convenient name was chosen. It just exports a useless message.
Downloads
20
Readme
MY-AWESOME-PACKGE-THAT-IS-MORE-AWESOME-THAN-OTHER-PACKAGES
my-awesome-package-that-is-more-awesome-than-other-packages is just another package from the NPM tutorial that makes no sense. Due to name clashing a more convenient name was chosen. It just exports a useless message.
Versions
my-awesome-package-that-is-more-awesome-than-other-packages -v
// 1.0.5
Installation
Use the package manager npm to install foobar.
You can find the npm package release here.
npm install my-awesome-package-that-is-more-awesome-than-other-packages
Usage
index.js
var demo = require('my-awesome-package-that-is-more-awesome-than-other-packages')
demo.printMsg();
node
$: node index.js
This is a more awesome package than ANY other package on NPM
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Also if you start making changes for a package this useless, please reconsider and get some help.
Please make sure to update tests as appropriate.