coreplus
v0.0.2
Published
✨ JavaScript addons to help your day to day
Downloads
2
Maintainers
Readme
CorePlus
✨ JavaScript addons to help your day to day
📑 Coreplus is fully typed using JSDoc
Install
In your command line, run:
$ npm install coreplusrequiring
To get a package from CorePlus, require coreplus and run a function with the name of the package. To get all packages, use all. See package list here
const { Package } = require("coreplus")("package");
// or
const { Package, OtherPackage } = require("coreplus")("all");