0.0.0 • Published 7 years ago

wirenpm v0.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

wirenpm

Wire npm dependencies to your source code.

Travis Status AppVeyor Status Codacy Status Dependencies Status Download Status Version Status Gitter Chat

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.