1.3.11 • Published 4 years ago

@eonteam/cli v1.3.11

Weekly downloads
13
License
Apache 2.0
Repository
-
Last release
4 years ago

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

BEFORE YOU INSTALL: please read the prerequisites

Install Globally

npm install -g @eonteam/cli

Install Specific Version (Example: 1.3.5)

npm install -g @eonteam/cli@1.3.5

Usage

eon -h

Generating new Project

eon start
cd PROJECT-NAME
eon run

Installing new Platform

eon platform i <github-user>/<platform-github-repo>:<version>

Example:

eon platform i eonteam/stm32l0:v1.0.0

Installing new Library

eon library i <github-user>/<library-github-repo>:<version>

Example:

eon library i eonteam/ds1307:v1.0.0

Updating 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@latest

Documentation

The documentation for the Eon CLI is located in this repo's wiki.

License

Apache 2.0

1.3.11

4 years ago

1.3.10

4 years ago

1.3.9

4 years ago

1.3.8

4 years ago

1.3.7

4 years ago

1.3.6

4 years ago

1.3.5

4 years ago

1.3.4

4 years ago

1.3.3

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago