https://github.com/nuintun/nengine-cli
The nengine command line interface
https://github.com/nuintun/nengine-cli
Last synced: about 1 year ago
JSON representation
The nengine command line interface
- Host: GitHub
- URL: https://github.com/nuintun/nengine-cli
- Owner: nuintun
- License: mit
- Created: 2014-11-24T01:34:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-10-24T07:41:09.000Z (over 8 years ago)
- Last Synced: 2024-04-25T01:41:57.692Z (about 2 years ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nengine-cli
>The nengine command line interface
>
>[![NPM Version][npm-image]][npm-url]
>[![Download Status][download-image]][npm-url]
>![Node Version][node-image]
>[![Dependencies][david-image]][david-url]
Install this globally and you'll have access to the `nengine` command anywhere on your system.
```shell
$ npm install -g nengine-cli
```
**Note:** The job of the `nengine` command is to load and run the version of nengine you have installed locally to your project, irrespective of its version.
See the [Getting Started](https://nuintun.github.io/nengine) guide for more information.
## License
[MIT](LICENSE)
[david-image]: http://img.shields.io/david/nuintun/nengine-cli.svg?style=flat-square
[david-url]: https://david-dm.org/nuintun/nengine-cli
[node-image]: http://img.shields.io/node/v/nengine-cli.svg?style=flat-square
[npm-image]: http://img.shields.io/npm/v/nengine-cli.svg?style=flat-square
[npm-url]: https://www.npmjs.org/package/nengine-cli
[download-image]: http://img.shields.io/npm/dm/nengine-cli.svg?style=flat-square