0.0.1 • Published 8 years ago

injective-cli v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

InjectiveCli

Travis Build NPM Version NPM Downloads

InjectiveJS cli addon.

Installation

You must install InjectiveJS to global too.

$ npm install -g injective
$ npm install -g injective-cli

Command

ls

Print a dependency tree from a given entry point(s).

$ injective ls
./lib/main -> /injective/examples/car/lib/main.js [factory]
└─┬ ./car -> /injective/examples/car/lib/car.js [constructor] [singleton]
  ├── logger -> /injective/examples/car/node_modules/logger/index.js
  ├── engine -> /injective/examples/car/node_modules/component-engine/index.js [constructor]
  ├── ./tires -> /injective/examples/car/lib/tires.js [constructor]
  └─┬ addons [bundle]
    └── /injective/examples/car/node_modules/addon-bumper/index.js -> /injective/examples/car/node_modules/addon-bumper/index.js [constructor]

License

MIT