https://github.com/aitoroses/evented-cli
https://github.com/aitoroses/evented-cli
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aitoroses/evented-cli
- Owner: aitoroses
- License: mit
- Created: 2014-03-13T19:48:50.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-13T20:14:00.000Z (over 12 years ago)
- Last Synced: 2025-08-09T05:50:35.338Z (11 months ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.