1.3.11 • Published 6 years ago
@eonteam/cli v1.3.11
Eon CLI
Prerequisites
The Eon CLI requires Node 10.15.3 or higher, together with NPM 6.4.1 or higher.
Table of Contents
- Installation
- Usage
- Generating a new Project
- Installing a new Platform
- Installing a new Library
- Updating Eon CLI
- Documentation
- License
Installation
BEFORE YOU INSTALL: please read the prerequisites
Install Globally
npm install -g @eonteam/cliInstall Specific Version (Example: 1.3.5)
npm install -g @eonteam/cli@1.3.5Usage
eon -hGenerating new Project
eon start
cd PROJECT-NAME
eon runInstalling new Platform
eon platform i <github-user>/<platform-github-repo>:<version>Example:
eon platform i eonteam/stm32l0:v1.0.0Installing new Library
eon library i <github-user>/<library-github-repo>:<version>Example:
eon library i eonteam/ds1307:v1.0.0Updating Eon CLI
To update Eon CLI to a new version:
npm uninstall -g @eonteam/cli
npm cache verify
# if npm version is < 5 then use `npm cache clean`
npm install -g @eonteam/cli@latestDocumentation
The documentation for the Eon CLI is located in this repo's wiki.
License
Apache 2.0