An open API service indexing awesome lists of open source software.

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

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