500tech/angular-kick

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.travis.yml
CHANGELOG.md
README.md
bin/kick
package-lock.json
package.json
templates/angular/app/README.md
templates/angular/app/app/assets/stylesheets/application.scss
templates/angular/app/app/assets/stylesheets/main.scss
templates/angular/app/app/assets/stylesheets/normalize.scss
templates/angular/app/app/index.html
templates/angular/app/app/partials/_footer.html
templates/angular/app/app/partials/_header.html
templates/angular/app/app/states/home/home.html
templates/angular/app/app/states/static/404.html
templates/angular/app/environments.json
templates/angular/app/eslintignore
templates/angular/app/eslintrc
templates/angular/app/gitignore
templates/angular/app/npmrc
templates/angular/app/package.json
templates/angular/component-template.html
templates/angular/directive-template.html
templates/angular/partial-with-controller.html
templates/angular/partial.html
templates/angular/state/state.html
templates/angular/state/stylesheet.scss
lib/commands/about.js17
lib/commands/bundle.js13
lib/commands/commands.js18
lib/commands/destroy.js67
A
1 hr
lib/commands/generate.js85
B
5 hrs
lib/commands/help.js158
C
7 hrs
lib/commands/lint.js14
lib/commands/new.js54
A
1 hr
lib/commands/setup.js56
lib/commands/start.js48
A
1 hr
lib/commands/tdd.js13
lib/commands/test.js14
lib/commands/upgrade.js48
A
1 hr
lib/correct-commands.js44
lib/destroyers/component.js30
lib/destroyers/config.js19
lib/destroyers/destroyers.js5
lib/destroyers/directive.js30
lib/destroyers/environment.js12
lib/destroyers/filter.js28
lib/destroyers/model.js33
D
1 day
lib/destroyers/partial.js23