Victor Savkin
3516890ec6
feat(nx): add a flag to run affected:libs and affected:apps without pretty formatting
2019-10-02 17:54:38 -04:00
Victor Savkin
156f961195
fix(nx): make dep-graph work on node 12
2019-10-02 16:26:28 -04:00
Victor Savkin
5bb12dc4af
fix(nx): add migrate packages
2019-09-26 09:23:20 -04:00
ben
0ac030b09f
docs(nx): update affected files description
...
Update the description of the `--files` options for the `affected`
command, making it clearer (hopefully).
close #1535
2019-09-17 08:51:32 -04:00
Victor Savkin
70d71b3516
feat(nx): add support for migrations
2019-09-02 14:33:56 -04:00
Bucky Maler
07d963befd
fix(nx): npm scripts documentation generation
...
Before, a single instance of yargs was accumulating options, so commands parsed later would have options from prior commands. That's because all yargs options are global by default. Now, a new instance of yargs is required before each command is parsed, so global options aren't accumulated.
fixes #1567
2019-08-06 14:27:31 -04:00
Victor Savkin
2b646f8eb4
feat(nx): standalone version of nx
2019-07-24 10:27:47 -04:00
James Henry
8271c7650e
chore(workspace): improved logging design and consistency
2019-07-22 20:05:07 -04:00
Brandon Roberts
93aac33b79
docs(nx): update description of Nx in schematics, and frontend links
...
The schematics for React and Angular still refer to Angular CLI power-ups.
This also links the generated schematic for an Angular or React application
to their framework-specific pages.
2019-07-17 14:39:43 -04:00
Victor Savkin
7b00b920aa
feat(nx): delegate to cli when command is not recognized
2019-07-07 21:48:56 -04:00
Bucky Maler
83c15590d3
fix(nx): make target a required option when running affected npm script
2019-07-07 18:53:15 -04:00
David
5318f00298
fix(schematics): print additional error info with --verbose flag in affected command
2019-05-01 23:09:49 -04:00
Victor Savkin
b5f1966ca5
refactor(nx): extract workspace creation into @nrwl/workspace
2019-04-21 09:46:21 -04:00