Package Exports
- pkg-install
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (pkg-install) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
pkg-install
Easier installation of Node.js packages irrespective of the platform or package manager.
Installation
npm install pkg-installUsage
const { install } = require('pkg-install');
(async () => {
const { stdout } = await install(
{
twilio: '^3.1',
'node-env-run': '~1',
'pkg-install': '*',
},
{
dev: true,
prefer: 'npm',
}
);
console.log(stdout);
})();License
MIT
Contributors
Thanks goes to these wonderful people (emoji key):
Dominik Kundel 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!