Jo Hanna Pearce
607bcfdeb2
feat(nx): refactor nx list to also show plugins with builders and uninstalled approved plugins
2019-11-11 13:09:18 -05:00
Victor Savkin
c23572a8fa
docs(nx): add an example of using --with-deps
2019-11-04 10:46:03 -05:00
Joshua D. Mentzer
f6ad171450
feat(nx): inclusion and exclusion capability added to nx dep-graph
...
`nx dep-graph --filter=todos-feature-main --exclude=shared-utils` will launch dep graph with all
ancestors and descendants of todos-feature-main and exclude the shared-utils library
fix #1864
2019-10-21 21:46:15 -04:00
Jo Hanna Pearce
b962b09ac6
feat(nx): add new nx list command which enables simpler schematic discovery
2019-10-08 10:59:38 -04:00
Victor Savkin
156f961195
fix(nx): make dep-graph work on node 12
2019-10-02 16:26:28 -04:00
Mehrad Rafigh
e6b07e282c
fix(nx): use same prettier version ( #1869 )
2019-09-23 11:24:13 +01:00
Victor Savkin
74442e4329
fix(docs): fix docs generation
2019-08-27 21:39:15 -04:00
Victor Savkin
64063f72df
docs(nx): update api docs to contain examples
2019-08-21 11:56:21 -04:00
Victor Savkin
9a8f637899
docs(nx): generate different flavours of nx docs
2019-08-17 13:25:22 -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
Victor Savkin
5b4127eb8f
feat(docs): scope docs
2019-06-19 17:13:32 -04:00
Benjamin Cabanes
9d563850a7
docs(api): add dependency graph images ( #1408 )
2019-05-28 18:29:15 -04:00
ben
84deb16d11
feat(scripts): documentation upgrade
...
Follow the new package architecture.
The generation of the documentation has been improved, new helper
functions have been added to handle the new architecture.
2019-05-13 22:31:32 -04:00
ben
a5bc37c60d
feat(docs): document deep builder object properties
2019-04-28 15:06:50 -04:00
Victor Savkin
b5f1966ca5
refactor(nx): extract workspace creation into @nrwl/workspace
2019-04-21 09:46:21 -04:00
Jason Jean
625b2837a8
refactor(testing): separate jest to @nrwl/jest
2019-04-16 13:10:49 -04:00
Jason Jean
7e0b4a0066
refactor(frontend): separate react into separate collection
2019-04-16 08:37:55 -04:00
ben
7e776f3f9c
chore(tools): documentation properties sorted
2019-03-11 11:05:47 -04:00
ben
ea1caa1c79
feat(tools): update documentation template
2019-03-04 11:24:59 -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
ben
3eede56891
fix(scripts): documentation file names generation
2019-02-28 11:16:03 -05:00
Victor Savkin
03992c7de1
feat(nx): switch defaults to jest, cypress, and nest
2019-02-13 10:35:32 -05:00
Benjamin Cabanes
0bbcacd954
ci(travis): documentation check changes ( #1062 )
...
Essentially checking if the `yarn documentation` produces un-staged
files, if yes, then exiting with code 1.
2019-02-12 12:43:02 -05:00
ben
1bd0ab2a80
doc(scripts): command line and schematics doc generation
2019-02-07 16:54:43 -05:00