wirenpm
v0.0.0
Published
Wire npm dependencies to your source code.
Downloads
14
Maintainers
Readme
wirenpm
Wire npm dependencies to your source code.
Why it's awesome?
Installing a npm package with --save will add the package as a dependency in your project's package.json file. This library reads that file, then reads the package.json files for each of those dependencies. Based on these connections, it determines the order your scripts must be included before injecting them between placeholders in your source code.
Download
Install with npm
$ npm install -g wirenpm
Install with Yarn
$ yarn install -g wirenpm
Table of Contents
Contributing
Want to contribute? Follow these recommendations.
License
Designed with ♥ by CJ Patoilo. Licensed under the MIT License.