42 Commits

Author SHA1 Message Date
Brandon
24b87d115b
feat(core): adds configurable base branch and HEAD in nx.json (#3217)
* feat(core): adds configurable base branch in nx.json

new field in nx.json - defaultBranch

ISSUES CLOSED: #1791

* feat(core): split affected into config options for base and head in nx.json

Co-authored-by: agriggs <alex.griggs@gmail.com>
2020-06-25 10:24:37 -04:00
Jack Hsu
40f9180eba
feat(react): add styled-jsx support for apps, libs, and components (#3204) 2020-06-22 20:41:57 -04:00
Victor Savkin
7cbf4ffd88 feat(core): add oss preset to create-nx-workspace 2020-06-19 13:01:57 -04:00
Victor Savkin
c228ea6848 feat(repo): add detailed instructions on how to publish to local registry 2020-06-10 11:33:41 -04:00
Victor Savkin
11e57ea2cc feat(core): add a prompt asking to connect to free tier of Nx Cloud 2020-06-10 11:33:41 -04:00
Victor Savkin
2a3116f2e6 feat(misc): add an option not to update package.json files when building libs 2020-06-03 12:55:37 -04:00
Victor Savkin
d97d76090b feat(core): add an option to connect to free distributed caching 2020-05-28 14:35:18 -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
Adam L Barrett
4293f1f4fb fix(core): remove extra style argument passed to the new command in create-nx-workspace
ISSUES CLOSED: #2427
2020-02-21 09:14:20 -05:00
Jo Hanna Pearce
a849b4d339 fix(nextjs): add styled components and emotion to Next.js preset options
ISSUES CLOSED: #2058
2020-02-18 17:42:02 -05:00
Victor Savkin
6706a05042 feat(misc): move create-nx-plugin create script into create-nx-workspace package 2020-01-27 09:45:08 -05:00
pesoklp13
77238e2ce7 feat(core): accept style argument for create-nx-workspace (#2294)
* add style as an available argument for create-nx-workspace command
* updated determineStyle based on parsed argument if passed into command
2020-01-27 13:39:51 +00:00
Brandon
d7be9c1694 feat(core): add support for interactive mode when using presets (#2258)
* feat(core): add support for interactive mode when using presets

* fix(angular): get interactive flag from schematic context for preset task

* docs(core): add note about using interactive mode with presets

* fix(core): update parsing of interactive argument for preset
2020-01-24 13:00:35 -05:00
Victor Savkin
3160639d2e refactor(misc): merge tutorial and course notes 2020-01-15 10:38:43 -05:00
ben
df72d317b4 chore(core): add free video course note for create-nx-workspace 2020-01-14 22:15:24 -05:00
Jason Jean
bbb7cfdb3f fix(misc): add prettier to create-nx-workspace sandbox 2019-12-22 11:22:05 -05:00
Victor Savkin
8749c18f91 cleanup(core): extract "core" folder from "command-line" 2019-12-16 16:04:35 -05:00
Jo Pearce
3e431fa710
fix(nx): update create-nx-workspace to only offer styled components for react and react-express (#1858)
resolves #1773
2019-09-23 08:51:16 +01:00
Jo Pearce
a1df1e040a fix(nx): make package manager detection a bit smarter
In @nrwl/tao this covers the cases where no lock files exist and in create-nx-workspace we add
support for detecting pnpm installation
2019-09-10 11:31:21 -04:00
Victor Savkin
3579c5a8b9 fix(nx): misc next.js related fixes 2019-09-09 12:29:43 -04:00
Victor Savkin
b4e25fdd2a feat(nx): point to nx tutorial after running create-nx-workspace 2019-08-29 16:29:59 -04:00
Victor Savkin
b028452380 feat(nx): make choosing the cli clearer 2019-08-14 18:11:11 -04:00
Victor Savkin
bd7af859ce fix(nx): fix workspace schematic package manager detection 2019-08-10 14:53:18 -04:00
Victor Savkin
cdcab0107c fix(nx): create-nx-workspace passes appname twice 2019-08-02 09:11:12 -04:00
Victor Savkin
14de19d205 fix(nx): app name is not used when preset is provided 2019-08-07 14:04:10 -04:00
mehrad-rafigh
2d9b604746 fix(nx): run nx command in generated workspace
Fixes #1647
2019-08-07 10:35:59 -04:00
Victor Savkin
5074b82bb2 fix(nx): fix style selection on windows 2019-08-06 15:12:36 -04:00
Victor Savkin
bb858e4db9 feat(nx): add full stack preset for react/express 2019-08-01 13:26:27 -04:00
Victor Savkin
192a6a083d feat(nx): misc ux improvements 2019-07-29 09:23:51 -04:00
Victor Savkin
6fd181f348 feat(nx): improve the dev ergonomics of create-nx-workspace 2019-07-27 14:38:13 -04:00
Victor Savkin
2793b6fb26 feat(nx): misc improvements 2019-07-25 15:40:46 -04:00
Victor Savkin
2b646f8eb4 feat(nx): standalone version of nx 2019-07-24 10:27:47 -04:00
Victor Savkin
4022fe80d5 fix(nx): create-nx-workspace cannot depend on typescript 2019-07-15 22:23:00 -04:00
James Henry
8271c7650e chore(workspace): improved logging design and consistency 2019-07-22 20:05:07 -04:00
Victor Savkin
f1f0663383 build(nx): clean up build scripts 2019-07-13 18:33:11 -04:00
Victor Savkin
c16f250136 feat(nx): implement global nx cli to remove the need to use yarn nx 2019-07-10 17:53:47 -04:00
Marko Binic
26903c04e2 feat(nx): when creating a nx workspace try to use the same package manager as Angular CLI
create-nx-workspace now prefers to use the package manager configured in global angular.json.
2019-06-15 19:25:28 -04:00
Jason Jean
b5d487a929 fix(nx): fix path quotes in create-nx-workspace 2019-05-31 12:53:55 -04:00
Jason Jean
f070ce7b9f fix(nx): include typescript in the create-nx-workspace sandbox 2019-05-15 11:01:18 -04:00
Jessica Nierth
a074edf3f9 fix(nx): wrap tmp directory into quotes
Defensive layer in case user setup to node.js contains spaces.
2019-04-29 13:35:40 -04:00
Victor Savkin
b5f1966ca5 refactor(nx): extract workspace creation into @nrwl/workspace 2019-04-21 09:46:21 -04:00
Victor Savkin
24f31d1495 feat(nx): add create-nx-workspace package to simplify workspace creation 2019-03-01 22:04:01 -05:00