An open API service indexing awesome lists of open source software.

https://github.com/dinoscapeprogramming/package-manager

A simple package manager for NPM
https://github.com/dinoscapeprogramming/package-manager

Last synced: about 1 year ago
JSON representation

A simple package manager for NPM

Awesome Lists containing this project

README

          

# Package Manager
A simple package manager for NPM

## Documentation
### Require the package
```js
const package = require('package-manager.js');
```

### Setup your own manager
```js
package.setup('./req.example.txt');
```

### Use your manager
```js
package('YOUR PACKAGE');
```