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

https://github.com/aitoroses/evented-cli


https://github.com/aitoroses/evented-cli

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Evented.io CLI (NPM)

NPM Module for easily installing and controlling the Evented.io Foundational
Framework

## Installation

Install the npm globally with the following:

`npm install -g evented-cli`

## Create Project Instance

To create a new instance of Evented.io use:

`evented-cli create ProjectName`

The above will build the folder `./ProjectName` and populate it with the Evented.io
foundational framework.

## Running Evented.io

The command tool can be used to easily run the Evented.io service. You
must currently be in the root of a Evented.io project, then use:

`evented.cli start`

Which will start the Evented.io service.