283 Commits

Author SHA1 Message Date
Craigory Coppola
8435bdfb6f
feat(core): shift from 'master' to 'main' as default branch and base (#7111)
* chore(core): fix some broken tests

* docs(core): update docs to represent master -> main

* chore(core): review changes

Co-authored-by: Jason Jean <jasonjean1993@gmail.com>

* chore(core): add migration script for backwards-compat w/ main default.

Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2021-10-08 16:48:02 -04:00
Benjamin Cabanes
06433ead15
docs(core): computation caching checksum long vars (#7079) 2021-09-21 14:53:06 -04:00
Victor Savkin
3e8427f783 docs(misc): clarify a few things regarding incremental builds 2021-09-18 21:13:53 -04:00
Jack Hsu
f4bc240064
docs(core): update broken link; wrap nx-dev serve command with npx so ts-node does not need to be available globally (#7030) 2021-09-16 17:36:58 +00:00
khalilou88
ff023bbf57
docs(misc): fix executor example 2021-09-15 12:06:03 -04:00
samdanae
5266a4cd1a
fix(docs): update to correct anchor link (#6986)
Co-authored-by: Samdanae Imran <samdanae.imranuzzaman@serko.com>
2021-09-15 11:59:53 -04:00
Benjamin Cabanes
3fc074cf75
docs(nxdev): fix code format bash (#6962) 2021-09-08 15:02:37 -04:00
Jason Jean
c96c68f213
chore(nxdev): update latest version documentation to v12.9.0 (#6950) 2021-09-07 15:40:16 +00:00
Jason Jean
e412ff0ae2
chore(repo): update lerna doc in the repo (#6846) 2021-08-25 15:25:07 +00:00
Jason Jean
85f92e740e
feat(misc): simplify npm scripts generated (#6764) 2021-08-20 12:07:26 -04:00
Leosvel Pérez Espinosa
ff202d323c
cleanup(misc): rename oss preset to npm and update presets related docs (#6777) 2021-08-19 11:10:29 -07:00
Brandon
62c3edf273
docs(core): update guide and images for affected deep dive (#6757) 2021-08-18 07:35:20 -05:00
amir toole
e2ffaec791
docs(nxdev): fix typo in project-graph-plugin guide (#6655) 2021-08-09 08:02:41 -05:00
Brandon
fbbb8389e8
docs(core): update deep dive on computation caching (#6622) 2021-08-06 08:46:00 -05:00
Brandon
321707c1ce
docs(core): update migration docs for adding to monorepo (#6432) 2021-07-27 09:24:58 -05:00
Juri Strumpflohner
d88b604a72
docs(core): adjust typo in workspace generator docs (#6508) 2021-07-26 17:15:22 +02:00
Jack Hsu
b41a1ea4b2
docs(nextjs): update overview and guide (#6462) 2021-07-22 10:41:32 -04:00
Leosvel Pérez Espinosa
9044a8f869
cleanup(misc): rename collection.json to generators.json (#6442) 2021-07-21 11:42:43 +01:00
vsavkin
0e52c43665 feat(core): store file deps and only reanalyze changed files 2021-07-16 20:21:45 -04:00
vsavkin
485eaae702 docs(misc): wrong header styles 2021-07-13 15:17:40 -04:00
vsavkin
37460f9844 docs(misc): minor tweaks in the docs 2021-07-13 15:08:38 -04:00
vsavkin
08dfc9d554 docs(misc): minor tweaks 2021-07-13 14:57:07 -04:00
vsavkin
9cacfb8307 docs(misc): tweaks to the intro and monoreo guides 2021-07-13 14:25:14 -04:00
Colum Ferry
5a31e56564
docs(angular): fix minor issues with Nx Console docs and icon loading (#6295) 2021-07-09 12:46:50 -05:00
Colum Ferry
757e02d75c
docs(angular): cleanup some minor issues in docs (#6267) 2021-07-08 09:12:09 +01:00
Jack Hsu
4b859493ea
feat(web): add migration generator for webpack 5 (#6232) 2021-07-06 12:21:20 -04:00
Colum Ferry
dd51c18d12
feat(angular): init mfe generator (#6209)
Add generator to scaffold Module Federation configuration for a given Angular application
2021-07-02 13:45:36 +01:00
Zachary DeRose
5364ed5fb6
docs(misc): Formatting fix on Enterprise guide (#6217) 2021-07-01 09:07:30 -07:00
Zachary DeRose
bf38219f55
docs(misc): fixing formatting on eslint guide (#6216) 2021-07-01 09:07:03 -07:00
Leosvel Pérez Espinosa
c4790b8f99
docs(angular): refresh angular plugin overview docs (#6192) 2021-06-30 19:18:28 +01:00
Zachary DeRose
9fd3f1b4c6
docs(misc): fix grammar on browser support guide (#6199) 2021-06-30 10:08:25 -07:00
Zachary DeRose
5c368299eb
docs(misc): fixing broken links on Migration Overview guide (#6197) 2021-06-30 10:06:11 -07:00
Zachary DeRose
13478d7c4e
docs(misc): typo fixes on React Migration Adding Nx to Monorepo (#6195) 2021-06-30 10:04:42 -07:00
Brandon
6d32604a05
docs(core): update nx migrate guide (#6155) 2021-06-28 09:37:46 -05:00
Benjamin Cabanes
914983a0d2
docs(core): nx-dev community link update (#6150) 2021-06-28 08:22:31 -04:00
Benjamin Cabanes
9a22add92d
docs(core): fix computation caching format (#6137) 2021-06-25 16:44:42 -04:00
Isaac Mann
b3aa5c3d25
docs(core): generator guides (#6070)
* docs(nxdev): generator guides

* docs(nxdev): cleanup

* docs(nxdev): more cleanup

* docs(nxdev): formatting

* docs(nxdev): code formatting

* docs(nxdev): only mention angular devkit in angular docs

* docs(nxdev): tidy

Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2021-06-22 15:09:54 -04:00
Philip Fulcher
98ac32e615
feat(misc): add watch mode to dep-graph command (#6043) 2021-06-22 10:41:44 -06:00
Brandon Roberts
d81837c880 docs(core): add mental model overview guide 2021-06-22 11:17:19 -04:00
Benjamin Cabanes
03e3f60338
docs(core): documentation format fix (#6058) 2021-06-17 13:55:49 -04:00
Brandon
c39a56ca2e
docs(core): update files for generators/executors and fix plugins link (#6020) 2021-06-15 14:56:41 -05:00
Brandon
a0a7d28837
docs(core): update and combine nx plugins and devkit overview (#6007) 2021-06-14 12:28:17 -04:00
Brandon
87db4e3617
docs(core): more monorepo guide updates (#5981) 2021-06-11 16:46:42 -04:00
Jason Jean
a36c0b87e4
docs(devkit): provide exmaple of template file and link to EJS (#5972) 2021-06-11 00:04:00 +00:00
Brandon
9e44b8c002
docs(core): refresh monorepos guide (#5946) 2021-06-10 14:33:03 -04:00
Isaac Mann
a5f9d8c485
Docs custom builders (#5583)
* docs(nxdev): use nx devkit in custom executor docs

* docs(nxdev): add missing run-many api docs

* docs(nxdev): apply suggestions from code review

Co-authored-by: Brandon <robertsbt@gmail.com>

* docs(core): move child-process section to the end

Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
Co-authored-by: Brandon <robertsbt@gmail.com>
2021-05-28 19:37:53 +00:00
James Henry
a3c08a9153
feat(linter): do not set eslint parserOptions.project by default (#5798) 2021-05-28 13:35:34 +00:00
Brandon Roberts
d9513d63a0 docs(misc): update consistency for root files, generators, and executors 2021-05-27 13:29:04 -04:00
vsavkin
a6680cf387 docs(misc): fixed typo in workspace generator docs 2021-05-27 11:19:28 -04:00
Benjamin Cabanes
42c0ed8266
docs(core): change why monorepo title (#5806) 2021-05-27 09:55:55 -04:00