
Tools should help automate repetitive tasks and free up time to focus on building and improving your app.



$ yo webapp

$ yo angular

$ yo chromeapp



$ bower search package
$ bower install [--save]
package
$ bower uninstall package
$ bower update package

curl -X POST https://www.googleapis.com/urlshortener/v1/url --header "Content-Type: application/json" --data '{"longUrl": "http://weluse.de/"}'
{
"kind": "urlshortener#url",
"id": "http://goo.gl/rskrN0",
"longUrl": "http://weluse.de/"
}