0.0.4 • Published 8 years ago

yelm-cli v0.0.4

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

yelm CLI

Yelm is a package manager.

This NPM packages provides a command line interface to yelm.

Package setup

yelm init my-package

my-package is package name. It has to be all lowercase, only letters, digits and dashed are allowed. You can then tweak yelm.json file.

yelm init creates appropriate .gitignore file, so to setup git (optional) you can just run:

git init
git add .
git commit -m "Initial."

After setting up the packge, you can edit main.ts file. We recommend using VS Code as it provides good support for TypeScript.

Building your package

yelm build will build the package. yelm deploy will build and try to copy the results to the device. yelm is an alias for yelm deploy.

Name

Yelm is a city in Washington state, with a name short enough for a command line tool.

More info

https://www.npmjs.com/package/yelm

License

MIT

0.0.4

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago

0.0.0

8 years ago