9 Commits

Author SHA1 Message Date
Filipe Silva
6f0ebfb759 fix(npm): update to npm 3.10.2 (#1250)
The npm task from our current ember-cli install uses npm 2.x.x, which was causing issues with some of the dependencies.

This PR copies over all files needed for the npm-install task but uses a local 3.10.2 npm version instead.

Fix #1186 (main issue)
Fix #1191
Fix #1201
Fix #1209
Fix #1207
Fix #1248
2016-06-30 13:18:49 +01:00
Ionut Achim
9b8334f79e perf(ng new): command to link to angular-cli (#778)
add `--link-cli` command to link newly generated project to the global `angular-cli`
package. reduces `ng new ...` command time with about 50%
2016-05-19 14:25:29 +01:00
Mike Brocchi
c302be81d5 chore: add ability to set default style file extensions (#763) 2016-05-13 12:31:31 -07:00
Hans
3044dfe3c4 feature: add mobile option on ng new (#599)
Fixes #596.
2016-05-01 22:32:55 -07:00
Mike Brocchi
9969509f15 feat: allow for configurable source diretory location and selector prefix at app creation 2016-05-01 14:42:51 -04:00
zackarychapple
7ba8b394b0 feat(formatting): adding editor config, adding eslint and tslint config. 2016-03-24 22:02:42 -04:00
Filipe Silva
56911a02e0 fix(init): set skip-bower to true
Fix #309
2016-03-18 14:54:34 +00:00
jkuri
6cad6c39df fix(): initial commit message 2016-02-29 11:41:00 +01:00
rodyhaddad
832b83b6c8 feat(init command): override ember-cli's init command with better defaults
Closes #4
2015-07-24 20:37:43 +03:00