Philip Fulcher
4968b6e6e3
feat(core): add filtering arguments to dep-graph CLI ( #3171 )
...
BREAKING CHANGE:
Dependency graph will now default to having no projects selected if run without filtering arguments
2020-07-10 19:31:32 -04:00
Victor Savkin
d0cbc35efa
feat(repo): build nx with nx
2020-06-03 16:25:25 -04:00
Benedikt D Valdez
dbda2b8904
feat(core): generate static website with dep-graph --file=foldername.html ( #3049 )
...
* feat(core): generate static website with dep-graph --file=dep-graph.html
ISSUES CLOSED : #3048 , #2005
* fix(core): only allow .json and .html extensions in dep-graph file arg
# Conflicts:
# packages/workspace/src/command-line/dep-graph.ts
2020-05-25 13:46:14 -04:00
Jason Jean
e06822da7e
chore(repo): update prettier to v2 ( #2934 )
...
this is just for the repo, and not the workspace
Co-authored-by: Rares Matei <matei.rar@gmail.com>
2020-04-29 01:09:37 -04:00
Benjamin Cabanes
935f121f9d
feat(docs): show entity type and entity container's type ( #2878 )
2020-04-21 17:48:42 -04:00
James Henry
97c607a638
fix(core): runtime support for outputPath array on run-commands builder ( #2807 )
2020-04-04 14:00:26 -04:00
Victor Savkin
6e9fb0efa0
docs(core): clean up generated docs
2020-03-30 13:08:41 -04:00
Victor Savkin
295225a8a7
docs(core): clarify cli docs
2020-03-29 14:52:15 -04:00
Victor Savkin
5ab3521fdc
docs(core): clean up cli docs
2020-03-25 17:22:17 -04:00
Brandon
06a2766624
docs(core): add docs for shared Nx commands ( #2711 )
...
* docs(core): add docs for shared Nx commands
* chore(docs): add alias to run command for nx commands
2020-03-23 16:05:43 -04:00
Benjamin Cabanes
dd403ad1cc
docs(core): generate nx commands supports blacklist ( #2611 )
...
* docs(core): generate nx commands support blacklist
* docs(core): update documentation wording
2020-03-06 09:58:05 -05:00
Rares Matei
564ff5a642
docs(core): improve run-commands documentation ( #2546 )
2020-02-25 15:11:02 -05:00
Benjamin Cabanes
e45b7a6124
docs(core): update documentation to reflect nx commands ( #2403 )
2020-02-25 11:55:57 -05:00
Victor Savkin
9c8e09ab2d
feat(core): make migrate command more permissive and add docs
2020-01-18 12:00:25 -05:00
Jason Jean
40ae2032c7
fix(repo): fix imports and error on unsuccessful documentation generation
2019-12-16 17:36:57 -05:00
Victor Savkin
8e08924bc3
feat(core): add ability to select data from the print affected output
2019-12-16 16:04:35 -05:00
Jason Jean
ebfa64570e
feat(repo): only format documentation when generating documentation ( #2186 )
2019-12-13 18:45:54 -05:00
Matt Briggs
734acefeb2
feat(core): update run-many to handle --with-deps
2019-12-12 18:10:56 -05:00
Victor Savkin
e5377d223f
feat(core): improves print-affected command to support more use cases
2019-12-12 18:08:43 -05:00
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