109 Commits

Author SHA1 Message Date
Zachary DeRose
d500401562
Adding internal link script to pre commit hook and checking anchors (#4846)
* chore(repo): add internal link checker to pre-push hook

* chore(repo): add anchor checks and logging to internal link checker
2021-03-29 19:36:07 -04:00
Vivek
d1b09eaabd
cleanup(misc): make code more consistent and fix typos 2021-03-23 13:03:17 -04:00
Zack DeRose
e746fcaab3 chore(repo): internal link checker: adding file scraping for direct links 2021-03-10 08:44:47 -05:00
Isaac Mann
1c94df17c7
docs(nxdev): fix link to docs from executors (#4908)
ISSUES CLOSED: #4862

Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2021-02-26 09:43:58 -05:00
Zachary DeRose
95365564f2
chore(repo): internal link checker script (#4786) 2021-02-14 11:39:42 -05:00
Victor Savkin
c40ce8a539 feat(testing): update cypress use nx devkit 2021-01-18 21:46:17 -05:00
victor savkin
93ebc835dc docs(misc): clean up api docs 2020-12-02 10:51:43 -05:00
Jason Jean
b9791a3108
feat(core): upgrade to angular and angular devkit 11 (#4095) 2020-11-30 14:07:27 -05:00
victor savkin
0a955a420c cleanup(docs): use words generator and executor in api docs 2020-11-24 11:57:52 -05:00
Victor Savkin
4a17b7339f feat(core): use the new schematics api for workspace schematics 2020-11-17 19:31:08 -05:00
Benjamin Cabanes
60b9964d81
docs(docs): add map checker script (#4046)
* docs(docs): add map checker script

* feat(docs): map checker discards shared files

* docs(core): fix orphan files and documentation links

* feat(repo): add documentation map checks before push
2020-11-12 13:39:33 -05:00
Jason Jean
232fd9f30b
feat(core): update to typescript 4 (#3814) 2020-09-29 18:53:22 -04:00
Jonathan Cammisuli
0304516318 feat(docs): add node document generation 2020-09-01 11:23:57 -04:00
Victor Savkin
3cd9f4fe6c feat(misc): add nx package to make installing global cli easier 2020-07-29 12:16:12 -04:00
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