UdeS CLI
Introduction
This package contains Command Line Interface tools for automated certain
development tasks. Once installed the included scripts can be added to your
package.json
.
Prerequisites
Getting started
Installation
If you want to test or develop on the library simply run these commands
git clone git@github.com:UdeS-STI/udes-cli.gitcd udes-clinpm install
Add to project
If you want to add the library to your project simply run
npm install udes-cli -g --save
Then, in the script
section of your package.json
you can add the commands
from the library
Usage
Command Line
npm run udes bower install bower-package --savenpm run udes format .npm run udes lint .npm run udes polymer-build --baseURI /path/to/project/
Documentation
TODO
Contributing
Style
You must use the following guides:
This project contains a linting config, you should setup eslint
into your
editors with .eslintrc.js
.