1.0.0 • Published 7 years ago

ng-rt-dev-tools v1.0.0

Weekly downloads
7
License
-
Repository
github
Last release
7 years ago

Tymlez ng-rt platform development tools

Install it globally

git@github.com:tymlez/ng-rt-dev-tools.git

npm i -g git+https://github.com/tymlez/ng-rt-dev-tools.git

uninstall

npm -g uninstall ng-rt-dev-tools

For dev-tools development

git clone git@github.com:tymlez/ng-rt-dev-tools.git
cd ng-rt-dev-tools
sudo npm link

to link:

/usr/lib/node_modules/ng-rt-dev-tools -> /home/alex/Projects/tymlez/ng-rt-dev-tools in the root of the plugin : npm link ng-rt-dev-tools

tasks

supported gulp tasks:

gulp doc

gulp lint

gulp dist

gulp test.server

gulp test.ui

do linting for a specific folder

gulp lint --src "cli/*/"