Jack Hsu
86954ae96b
fix(misc): rename @nrwl/* to @nx/* in init generator descriptions ( #26610 )
...
We forgot to rename these in the init generator descriptions. This
affects tutorials since we've been including the terminal output with
the wrong scope.
## Current Behavior
<!-- This is the behavior we have today -->
## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->
## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->
Fixes #
2024-06-20 13:08:39 -04:00
Nicholas Cunningham
9eebe4980a
feat(node): Add output path to setup docker ( #26365 )
...
This PR updates how we generate a DockerFile for inferred and non
inferred projects.
Now you need to provide a output path.
2024-06-06 10:42:50 -06:00
beeman
a9974d3f25
docs(misc): change http:// to https:// ( #19534 )
2024-01-30 11:33:13 -05:00
Emily Xiong
6141f44203
feat(core): add keepExistingVersions to all packages ( #21169 )
2024-01-17 14:22:58 -05:00
Leosvel Pérez Espinosa
047dc22aed
cleanup(misc): clean up init generators ( #21088 )
2024-01-16 15:29:44 +01:00
MaxKless
abf3ac6c8f
fix(node): set x-dropdown in app generator to enable autocomplete in console ( #19105 )
2023-09-14 14:02:45 -04:00
Leosvel Pérez Espinosa
d56605522b
feat(node): use helper to determine project name and root directory in project generators ( #18620 )
...
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2023-08-21 15:47:18 -04:00
Jack Hsu
08339ee49f
feat(js): do not generate root babel.config.json for babel projects ( #17289 )
2023-06-06 15:45:33 -04:00
Nicholas Cunningham
79f5fc3108
feat(node): add nestjs support to node app plugin ( #15484 )
2023-03-08 11:42:09 -05:00
Chau Tran
5f32a9ae5c
docs(node): add prioritize flags to node ( #14280 )
2023-02-01 08:21:36 -06:00
Jack Hsu
9f1ed50fc6
feat(node): improve docker setup for Node server apps ( #14647 )
2023-01-26 17:09:13 +00:00
Jack Hsu
d7536aa7e3
feat(core): clean up workspace configuration code
2023-01-23 19:35:15 -05:00
Jason Jean
f4c4ec058a
fix(misc): refine the prompts in create-nx-workspace ( #14562 )
2023-01-23 17:24:08 -05:00
Nicholas Cunningham
0e018e620e
feat(node): add docker as a build target ( #14475 )
2023-01-20 15:26:39 -07:00
Jack Hsu
013bb74444
feat(node): add e2e project generator ( #14429 )
2023-01-17 15:38:52 -05:00
Jack Hsu
3f6df0d54f
feat(node): prompt for app framework ( #14357 )
2023-01-13 19:14:02 +00:00
Nicholas Cunningham
00caf6ae5e
feat(node): update CNW to support generating a node server with a framework ( #14313 )
2023-01-13 11:39:38 -07:00
Nicholas Cunningham
a631af7b62
feat(node): support nodejs frameworks ( #14199 )
2023-01-06 15:04:11 -07:00
Benjamin Cabanes
19fd40ddc7
docs(nxdev): refactor docs sources generation and app consumption ( #13834 )
2022-12-19 18:59:50 +00:00