1.0.4 • Published 4 years ago

npm-utilities v1.0.4

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
4 years ago

Why?

  • Does anything you can do manually.
  • Implements the latest ES6 syntax.
  • Asynchronous behavior.
  • Easy to use yet powerful.
  • Search for packages, retrieve full package (with version support)/user info as at appears on the website.
  • Fully documented with examples.
  • Open source.

Getting started

1 - Run npm i npm-utilities on the root of your preferred project.

2 - Require what you need

// Using the package class
const { Package } = require('npm-utilities');
const upjson = new Package('upjson');
upjson.snippet().then(console.log).catch(console.error);

3 - Be creative with the docs!

Contributing

Any sort of contributing is welcome in the following cases:

Copyright

This work is licensed under the Apache 2.0 license . All rights reserved to their respective owners.