0.0.3 • Published 7 years ago

rounded v0.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Rounded

An angular command-line tool to square things up!

Table of Contents

  1. Documentation
    1. Installation
    2. Examples
  2. License

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.