155 Commits

Author SHA1 Message Date
Ashley Hunter
cae625a817
feat(nest): nest resource generator (#7571)
* feat(nest): adding nest resource generator

Adding a generator to run the Nest Resource schematic

ISSUES CLOSED: #6754

* feat(nest): adding nest resource generator

Adding a generator to run the Nest Resource schematic

ISSUES CLOSED: #6754

* feat(nest): adding nest resource generator

Adding a generator to run the Nest Resource schematic

ISSUES CLOSED: #6754
2021-11-01 11:10:58 -05:00
Victor Savkin
5b9992c62a docs(react): rework the core section to highlight nx core 2021-10-28 19:48:13 -04:00
Leosvel Pérez Espinosa
8311a172d7
feat(angular): add secondary entry point generator for publishable libraries (#7501) 2021-10-26 11:12:53 +01:00
Victor Savkin
282bd0a79d docs(misc): ci guides minor fixes 2021-10-20 20:54:56 -04:00
Brandon
8705e4bb09
docs(core): reorganize CI guides (#7453) 2021-10-20 11:51:18 -04:00
Brandon
a43b6896bc
docs(core): add CI overview guide and updated guides (#7447) 2021-10-20 09:09:15 -05:00
Victor Savkin
a20f326ac4 docs(core): add a plugin about using nx without plugins 2021-10-19 15:49:52 -04:00
James Henry
09fe7ab55c docs(core): add daemon guide 2021-10-19 13:20:36 -04:00
James Henry
a4e0d72edc chore(core): updates to daemon related commands and output 2021-10-14 20:10:20 -04:00
James Henry
e7d49aa55d chore(core): nx reset command, updates to cli help output and docs 2021-10-14 20:10:20 -04:00
Jack Hsu
724b0c0e3c
feat(core): upgrade to webpack 5 (#7283)
* feat(core): upgrade to webpack 5

* chore(core): update webpack 5 docs
2021-10-13 00:34:28 -04:00
James Henry
9d2a304b11 chore(core): updates to daemon outputs, socket location and help 2021-10-12 20:02:00 -04:00
Benjamin Cabanes
ba00580bc9
docs(nxdev): show detox & react-native docs (#7297) 2021-10-08 20:31:07 +00:00
Benjamin Cabanes
5ae45b63dd
docs(core): add categories typed comment for nxdevk (#7286) 2021-10-08 12:09:53 -04:00
Miroslav Jonaš
33ad692a0e
fix(nxdev): fix wrong page generation for deamon start and stop (#7180) 2021-09-30 11:17:12 +00:00
James Henry
bafabb3a11
feat(linter): add support for workspace rules (#6859)
* feat(linter): add support for workspace rules

* chore(linter): move deps to correct package

* feat(linter): workspace-lint-rules as project with test target

* chore(linter): tiny clean up

* fix(linter): update generators.json after refactor

* chore(linter): implement e2e test and PR feedback

* docs(linter): update generator docs

* docs(linter): update generator docs

* docs(linter): update generator docs
2021-09-01 12:49:11 -04:00
Emily Xiong
387af0cf3f
feat(core): add react native to main repo (#6493) 2021-08-25 15:54:23 -04:00
Colum Ferry
9b3f920a3b
docs(angular): add mfe guide (#6829)
* docs(angular): add mfe guide

Add guide "How to setup a Micro Frontend with Angular and Nx" to docs

* docs(angular): fix some issues with mfe guide

Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2021-08-24 11:23:20 -04:00
Jason Jean
bfa06ce8b0
feat(misc): add generator for simple npm-package (#6784) 2021-08-20 14:10:00 -04:00
Jack Hsu
28ebfae4ea
feat(react): add a hook generator (e.g. useThing) (#6773)
1- Implement a hook generator which provides the skeleton for a new hook, including a test which
uses @testing-library/react-hooks
2- add --pascalCaseDirs to the component generator, so you can
have 'SomeComponent/SomeComponent.tsx' instead of 'some-component/SomeComponent.tsx'

Co-authored-by: Sam Clement <samclement@msn.com>
2021-08-19 13:19:35 -04:00
James Henry
3351ef80bc
chore(core): opt-in daemon for ProjectGraph creation, refactor hasher (#6572) 2021-08-12 08:56:01 -04:00
Juri
4156434389 docs(storybook): improve Storybook docs and add info about Nrwl React Storybook preset 2021-08-06 18:11:47 +02:00
Juri Strumpflohner
a6a2b87f6c
docs(storybook): re-arrange content for a more concise Storybook overview guide (#6555)
* docs(storybook): re-arrange content for a more concise Storybook overview guide

* docs(storybook): re-arrange content to have a more concise Storybook guide
2021-08-02 11:48:15 +03:00
Kirils L
1655f4b6dd
docs(nextjs): separate vercel deployment guide (#6482) 2021-07-22 20:35:22 -04:00
vsavkin
0e52c43665 feat(core): store file deps and only reanalyze changed files 2021-07-16 20:21:45 -04:00
Colum Ferry
ec414e5840
feat(angular): add executor to allow custom webpack config with serve (#6359)
Add a builder to allow the user to pass a custom webpack config with serve. It should fetch the
custom webpack config from the build target.
2021-07-15 11:09:59 +01:00
vsavkin
37460f9844 docs(misc): minor tweaks in the docs 2021-07-13 15:08:38 -04:00
vsavkin
9cacfb8307 docs(misc): tweaks to the intro and monoreo guides 2021-07-13 14:25:14 -04:00
Zachary DeRose
56a2f5dbf3
docs(misc): Using Tailwind CSS with React Guide (#6183)
* docs(misc): Install Tailwind for Web/React/Next.js Apps Guide

* fix(react): addressing PR comments

* fix(misc): updating map.json with new doc name

* fix(misc): updating map.json to match master
2021-07-12 10:44:47 -04: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
Brandon
a3d4948e6e
docs(core): update Using Nx guide order (#6169) 2021-06-29 09:21:09 -05:00
Brandon
6d32604a05
docs(core): update nx migrate guide (#6155) 2021-06-28 09:37:46 -05:00
Craigory V Coppola
7c7191a2f9
docs(core): docs for project.json files + associated generator (#6107)
Signed-off-by: AgentEnder <craigorycoppola@gmail.com>
2021-06-28 10:20:11 -04:00
Leosvel Pérez Espinosa
e5c552bb42
fix(angular): change tsconfig.worker.json to extend the right path (#6105) 2021-06-24 09:54:14 +01: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
kirjai
17b1d3f384 docs(nextjs): add nextjs webpack 5 guide 2021-06-22 16:27:46 +01:00
Brandon Roberts
d81837c880 docs(core): add mental model overview guide 2021-06-22 11:17:19 -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
Isaac Mann
c39135e0d2
docs(core): autogenerate nx devkit api (#5827)
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2021-06-11 15:34:55 +00:00
Brandon
9e44b8c002
docs(core): refresh monorepos guide (#5946) 2021-06-10 14:33:03 -04:00
Katerina Skroumpelou
dd45382252
feat(storybook): schematic to migrate stories to Storybook 6.2 (#5401) 2021-06-09 19:47:51 +02:00
James Henry
a3c08a9153
feat(linter): do not set eslint parserOptions.project by default (#5798) 2021-05-28 13:35:34 +00:00
Leosvel Pérez Espinosa
d0afa3dd89
feat(angular): add executor which allows to delegate the build to another target (#5715) 2021-05-20 12:29:46 +01:00
Leosvel Pérez Espinosa
bc3ee3e13e
feat(core): add --buildable support to workspace lib (#5449) 2021-04-27 13:58:51 +01:00
Jason Jean
a01ea8ce25
docs(devkit): initial project graph plugin guide (#5281) 2021-04-08 12:38:49 -04:00
vsavkin
1a918d7e6b feat(misc): add a convenince command to connect to nx cloud 2021-04-04 20:14:57 -04:00
Isaac Mann
de1401965a
docs(nxdev): rewrite getting started section (#5139)
* docs(nxdev): rewrite getting started section

* docs(nxdev): revisions

* docs(nxdev): update features section

* docs(nxdev): updates

Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2021-04-01 15:12:52 -04:00
Katerina Skroumpelou
56444cca9d
docs(nxdev): updating nx console page to include all editor plugins (#5044) 2021-03-26 11:09:15 -04:00