Victor Savkin
64063f72df
docs(nx): update api docs to contain examples
2019-08-21 11:56:21 -04:00
Victor Savkin
54d5826103
docs(nx): update readme
2019-08-19 10:42:37 -04:00
Victor Savkin
9a8f637899
docs(nx): generate different flavours of nx docs
2019-08-17 13:25:22 -04:00
Ahn
2c18f6aad7
docs(nx): correct wrong description for ng-add ( #1731 )
...
* docs(nx): correct wrong description for ng-add
* docs(nx): generate new ng-add.md
2019-08-16 13:12:03 -04:00
Jack Hsu
f4d83548f3
feat(react): add aliases for common React commands ( #1732 )
2019-08-16 13:01:57 -04:00
Jack Hsu
fa7c9a7c7f
feat(react): add --directory option for React components ( #1729 )
...
Also adds alias support to tao cli.
Closes #1702
2019-08-16 09:22:15 -04:00
Jack Hsu
a9a1f669d7
feat(react): update workspace defaults based on app schematic option ( #1726 )
...
The defaults make it easier to generate other apps/libs/components later.
An option `skipWorkspaceJson` can be used to skip updates entirely.
2019-08-14 23:21:44 -04:00
Jack Hsu
a2fbc47c13
feat(react): improve lib schematic by replacing parentRoute with appProject option
...
- Instead of providing full path to app component, just pass the project's name.
- Updates both app.tsx and main.tsx so user no longer need to do any maual updates.
2019-08-14 18:10:51 -04:00
mehrad-rafigh
97d7ebea4c
docs(nx): update node api url of step in angular tutorial
...
Closes #1715
2019-08-14 14:11:58 -04:00
ben
972435c8b8
docs(nx): update images links
2019-08-14 10:10:29 -04:00
Victor Savkin
5d2127b287
docs(angular): add a clarification to 7 to 8 guide
2019-08-13 21:14:01 -04:00
Kristopher Betz
821891457f
docs(nx): correct spelling error
...
docs(nx): correct spelling error
Edited "creating" on modernize-jest.md
2019-08-13 16:18:31 -04:00
mehrad-rafigh
7557f79e8f
docs(nx): update documentation to reflect fix flag
2019-08-13 16:18:04 -04:00
Victor Savkin
14de19d205
fix(nx): app name is not used when preset is provided
2019-08-07 14:04:10 -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
Sven Röttering
ec9ed17c9e
fix(jest): change reporters option to array type
...
Jest expects the reporters option to be an array of strings.
2019-08-06 11:28:38 -04:00
mehrad-rafigh
b892c1e6bf
docs(nx): use --save-dev for npm install scripts instead of --dev
...
--save-dev is the correct option for npm, not --dev which is yarn specific
Closes #1681
2019-08-06 10:24:07 -04:00
James Henry
448233bc5c
feat(nx): add eslint support
2019-07-31 17:05:56 -04:00
Victor Savkin
2abe13d5f4
docs(nx): share guides between different nx.dev flavours
2019-07-31 15:48:09 -04:00
Victor Savkin
1c721c744c
docs(nx): minor doc updates
2019-07-31 14:34:22 -04:00
ben
d9084a08ab
docs(fundamentals): monorepos & automation
2019-07-30 20:17:04 -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
Brandon Roberts
5e69ef38c9
docs(nx): fix links and screenshots in react/web docs
2019-07-26 16:49:48 -04:00
Victor Savkin
85fe2d1b61
docs(nx): clean up map.json
2019-07-26 10:44:29 -04:00
Jack Hsu
776a185d65
feat(react): adds default babel-loader support for react apps ( #1631 )
2019-07-25 15:33:26 -04:00
Victor Savkin
563559962b
fix(nx): rename lint package into linter
2019-07-25 04:46:23 -04:00
Victor Savkin
8fc5c4cae6
feat(nx): add a generic lint package that works with eslint and tslint
2019-07-25 08:34:05 -04:00
Brandon
8452b2823a
docs(nx): update React and Web Components docs for Nx CLI usage ( #1620 )
2019-07-24 22:58:41 -05:00
Victor Savkin
2b646f8eb4
feat(nx): standalone version of nx
2019-07-24 10:27:47 -04:00
Colin Ogoo
3a2c56f21a
fix(nx): swap deprecated --app flag to --project in docs ( #1603 )
2019-07-24 09:46:08 -04:00
Jason Jean
14d8280748
enhancement(nx): improve webpack output
2019-07-23 19:38:41 -04:00
ben
52885744d9
docs(about-nx): remove unreleated video
2019-07-22 17:29:23 -04:00
Brandon Roberts
6516176b65
feat(nx): update to NgRx 8 and add schematics support for creators and entities
...
Move addUpdateTask util function to @nrwl/workspace to run updates from @nrwl/angular migrations
Run update migration to latest version for NgRx if installed
2019-07-17 14:42:54 -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
Victor Savkin
518d91d0ad
docs(nx): update readme
2019-07-10 17:47:43 -04:00
Bucky Maler
1f5f0c2933
feat(testing): add findRelatedTests option to jest builder
...
closes #1527
2019-07-08 20:01:28 -04:00
Thomas
83311ae3fb
fix(nx): fix typo in nx and cli documentation
2019-07-08 20:00:25 -04:00
Thomas
429e25b07d
docs(nx): fix wrong command for express app in documentation ( #1556 )
2019-07-08 12:29:08 -05:00
Victor Savkin
7b00b920aa
feat(nx): delegate to cli when command is not recognized
2019-07-07 21:48:56 -04:00
Sven Röttering
dc556bd377
feat(testing): adding jest option testPathPattern
...
IntelliJ Idea passes this option to jest when running tests directly in the IDE.
2019-07-07 19:03:45 -04:00
Bucky Maler
83c15590d3
fix(nx): make target a required option when running affected npm script
2019-07-07 18:53:15 -04:00
Jason Jean
7a95983169
docs(nx): add docs for updating nx
2019-07-03 19:00:23 -04:00
Brian Martin
7a7ab9f231
feat(testing): adding jest options for colors, reporters, verbose, coverage, coverageReporters, and
2019-07-03 18:58:05 -04:00
Victor Savkin
ccd5854a98
docs(nx): update docs for web components and react
2019-06-25 13:09:33 -04:00
Jason Jean
6dd7353636
feat(testing): rework how typescript is loaded into cypress
2019-06-24 12:12:06 -04:00
Sebastián Guevara
3aa7500546
docs(nx): add a guide on using lazy loading
2019-06-21 18:29:47 -04:00
Victor Savkin
5b4127eb8f
feat(docs): scope docs
2019-06-19 17:13:32 -04:00
ben
b98a6f5cfa
chore(doc): update video link
2019-06-15 19:15:23 -04:00
Peter Blazejewicz
7815a5943e
docs(nx): add note about debugging Jest on Windows ( #1450 )
...
fix #1425
2019-06-04 22:56:27 -04:00