rounded
v0.0.3
Published
An angular command-line tool to square things up!
Downloads
6
Readme
Rounded
An angular command-line tool to square things up!
Table of Contents
Goal and Philosophy
Rounded
is a command line interface for generating angularJs (1.x) controllers from your terminal.
Documentation
Installation
npm install -g rounded
rounded g <controllerName> [dependencies]
Examples (Run it and see it)
rounded generate MainController
rounded g MainController \$location \$http
# etc...
License
Copyright (c) 2017 Gianluca Cesari (twitter: @giaangices) Licensed under the MIT license.