488 Commits

Author SHA1 Message Date
Victor Savkin
63691ec450 fix(nx): only add angular deps when generating angular apps 2019-03-03 13:19:19 -05:00
Jason Jean
b4b38d12d8 fix(nx): small fixes 2019-03-03 09:12:53 -05:00
Victor Savkin
9ef7606b3e feat(nx): empty workspace should start with no dependencies 2019-03-03 09:12:53 -05:00
Victor Savkin
b81e767300 feat(nx): add presets for web components and react 2019-03-03 09:12:53 -05:00
Jason Jean
3bad40ea65 feat(nx): support no framework apps 2019-03-02 12:03:30 -05:00
Victor Savkin
24f31d1495 feat(nx): add create-nx-workspace package to simplify workspace creation 2019-03-01 22:04:01 -05:00
Victor Savkin
8d382a8aad fix(angular): update app.component.ts to point to nx.dev 2019-03-01 16:31:20 -05:00
Victor Savkin
67b68e34e2 feat(angular): update readme 2019-02-28 16:53:41 -05:00
Victor Savkin
7f2c16f3a3 feat(nx): add presets to simplify the creation of workspaces with angular and fullstack apps 2019-02-25 14:28:36 -05:00
Jason Jean
a6fd16d00e fix(nx): lock version during update 2019-02-22 18:04:24 -05:00
Victor Savkin
759d4f929e fix(nx): pin cli version 2019-02-22 18:04:24 -05:00
Victor Savkin
35498d13bf fix(nx): remove --yarn flag 2019-02-19 15:28:24 -05:00
Jason Jean
f6224ffca5 feat(schematics): update to angular cli 7.3.0 2019-02-19 15:25:39 -05:00
ZachJW34
dd52f3cdca fix(nx): filter non-existing files during format (#1087)
Formatting of uncommitted files errors when the only change is the deletion of files. Checking if
the file exists before writing solves this issue.
2019-02-19 12:40:57 -05:00
Victor Savkin
36b8ff9c94 feat(frontend): generate NxModule only when generating NgRx 2019-02-16 22:42:49 -05:00
Victor Savkin
c2fc63d9c8 feat(node): set externalDependencies to none for production builds 2019-02-16 19:37:48 -05:00
Victor Savkin
6a78791aeb fix(angular): fix protractor and cypress related issues 2019-02-16 19:36:54 -05:00
Jason Jean
656c88c40a feat(nx): add tslint vscode plugin 2019-02-16 18:57:58 -05:00
Victor Savkin
03992c7de1 feat(nx): switch defaults to jest, cypress, and nest 2019-02-13 10:35:32 -05:00
Jason Jean
328aaab67a
enhancement(schematics): include path in json parsing error message (#1048) 2019-02-12 12:43:21 -05:00
Victor Savkin
edff771387 feat(node): add frontendProject property 2019-02-08 10:40:55 -05:00
Victor Savkin
8948c8d291 feat(node): support .env files 2019-02-08 10:40:55 -05:00
Victor Savkin
02d01b5ce4 feat(node): move the generated endpoint under /api 2019-02-08 10:40:55 -05:00
Victor Savkin
6d661cf633 feat(node): read the port from env 2019-02-08 10:40:55 -05:00
ben
1bd0ab2a80 doc(scripts): command line and schematics doc generation 2019-02-07 16:54:43 -05:00
Jason Jean
dbf59af6a5 feat(schematics): update ngrx to 7.2.0 2019-02-06 13:26:50 -05:00
Jackie Weng
e2f482afd3 fix(schematics): add rxjs dependency (#1051)
so that schematics will run regardless the version of rxjs used in the
monorepo.

fixes #1050
2019-02-05 16:12:20 -05:00
Jason Jean
db0fa65b32 feat(schematics): introduce framework option for lib schematic 2019-02-03 12:59:02 -05:00
Nathan Walker
049fd330f6 fix(schematics): app generator tsconfig types iterable error (#1033) 2019-02-01 09:27:21 -05:00
Bucky Maler
0b8a024632 fix(schematics): snapshot not being generated when ran against fixture (#959)
fix #958
2019-01-31 14:20:48 -05:00
Jason Jean
52f90b9702
feat(schematics): add vscode extension recommendations (#1023) 2019-01-31 14:19:41 -05:00
James Henry
6a1ccecf9a refactor(workspace-schematics): options refactor 2019-01-29 22:59:01 -05:00
James Henry
d7a617e43c feat(workspace-schematic): support list-schematics and interactive prompts 2019-01-29 22:59:01 -05:00
Jason Jean
4e1c8b3598 fix(schematics): fix incorrect migration target version 2019-01-28 17:37:42 -05:00
Jason Jean
1ea7a1d786 feat(builders): add support for inspect-brk and port 2019-01-19 10:28:03 -05:00
Jason Jean
16df9e2bba feat(schematics): update to AngularCLI 7.2.1 2019-01-19 10:27:26 -05:00
Victor Savkin
7a13cd6592 fix(perf): optimize affected by using a faster mtime calculation 2019-01-16 18:08:30 -05:00
Jason Jean
fb35a6103f enhancement(schematics): improve perf of affected
Ensure getProjectNodes is called once per command
2019-01-16 12:31:31 -05:00
Cristian Martinez
89262c1898 fix(schematics): add lib module to the parent module
fix #216
2019-01-16 09:17:20 -08:00
Dallas
3c3a54e0e4 fix(schematics): correct node-app framework prompt text 2019-01-16 09:09:14 -08:00
Victor Savkin
8f3226dec7 feat(builder): implement run-commands builder 2019-01-15 11:55:30 -05:00
Victor Savkin
ffd9d93019 fix(build): make Nx dev process WSL-friendly
- Reformat code to have LF line endings.
- Enforce LF line endings.
2019-01-14 10:47:44 -05:00
Jason Jean
b850c1c81e fix(schematics): fix ngrx dependencies migration to 7.2 2019-01-05 18:38:55 -05:00
Jason Jean
43433eca71 feat(schematics): add node-app --framework nestjs 2019-01-04 13:11:20 -05:00
Jason Jean
d537476b0c enhancement(schematics): optimize formatting during codegen 2019-01-03 14:18:20 -05:00
Bart Duisters
9897fa1970 Fix typo
Removed 'is' from 'This is will overwrite ...'
2019-01-02 22:06:11 -05:00
Jason Jean
d0bcb5dc73 fix(schematics): do total recalculation for legacy existing deps 2019-01-02 09:38:57 -05:00
Jason Jean
e020a14e38 fix(schematics): fix misgenerated cypress lint configs 2019-01-02 09:38:47 -05:00
Jason Jean
516aa27582 enhancement(schematics): ignore .gitignored files from affected 2018-12-18 15:45:40 -05:00
ben
df175f165b chore(schematics): set ngrx version to 6.1.2 2018-12-13 15:09:42 -05:00