This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
λ freebase → cd some/ | |
λ some → gzip -d < ../freebase.gz | split -l 100000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
λ default-angular → yo angular | |
Would you like to include Twitter Bootstrap? (Y/n) n | |
If so, would you like to use Twitter Bootstrap for Compass (as opposed to vanilla CSS)? (Y/n) n | |
Would you like to include angular-resource.js? (Y/n) n | |
Would you like to include angular-cookies.js? (Y/n) n | |
Would you like to include angular-sanitize.js? (Y/n) n | |
create app/index.html | |
create component.json | |
create package.json | |
create Gruntfile.js |