An angular command-line tool to square things up!
Rounded
is a command line interface for generating angularJs (1.x) controllers from your terminal.
npm install -g rounded
rounded g <controllerName> [dependencies]
rounded generate MainController
rounded g MainController \$location \$http
# etc...
Copyright (c) 2017 Gianluca Cesari (twitter: @giaangices) Licensed under the MIT license.