vsavkin
6df137fc16
cleanup(repo): readme refinements
2021-07-09 10:45:23 -04:00
vsavkin
9bbfbddabf
fix(repo): adjust the language in the readme
2021-07-08 20:46:47 -04:00
Benjamin Cabanes
404ed72068
chore(core): update nx banner on readme ( #5966 )
2021-06-10 19:18:30 +00:00
vsavkin
ebffb44c04
chore(repo): readme tweaks
2021-05-26 13:42:25 -04:00
vsavkin
ce6f7f209e
chore(repo): readme tweaks
2021-05-25 21:01:26 -04:00
vsavkin
c5c72970a0
chore(repo): update how to contribute video
2021-05-24 11:05:22 -04:00
vsavkin
31ec2b0f77
chore(repo): update readme
2021-05-19 20:56:39 -04:00
vsavkin
f82344d63a
chore(repo): refine the tag line
2021-05-18 20:55:40 -04:00
vsavkin
af23cc5d7d
feat(misc): change the nx tag line
2021-05-18 16:07:22 -04:00
vsavkin
afc6fafe24
chore(repo): clean up readme
2021-05-18 14:24:47 -04:00
Vivek
4a5345363b
docs(misc): update READMEs to have alt on <img> tags ( #5306 )
2021-04-22 13:36:00 +00:00
vsavkin
6024859990
chore(repo): clean up language
2021-03-29 12:26:01 -04:00
Vivek More 🧐
212fb00548
cleanup(misc): use more es6 features
...
- Single char alternation (e.g. a|b|c|d) in a RegExp can be simplified to use a character class ([abcd]) instead.
This usually also provides slightly better matching performance.
- Character escapes that are replaceable with the unescaped character without a change in meaning. Inside the square brackets of a character class, many escapes are unnecessary that would be necessary outside of a character class. For example the regex [\.] is identical to [.]
- If several qualified expressions occur after the qualifier having been checked for nullable, they can be replaced with optional chaining
2021-03-24 20:11:32 -04:00
ben
be640fa41f
docs(core): Update core team members
2021-03-05 19:38:14 -05:00
Benjamin Cabanes
4ae2e7e66b
docs(core): slack links updated ( #4639 )
2021-01-29 09:48:40 -05:00
Caitlin Cashin
27542a2cd2
chore(repo): update resources
...
I removed the list of individual talks, presentations, and podcasts (maintaining the doc with every new talk is a lot of work, and the list was getting very long). We'll maintain a YouTube playlist with all that info. The playlist and Office Hours playlist are now linked in the "Additional Resources" section (formerly known as "Misc").
Also fixed a few typographical/formatting issues
2020-12-15 16:15:15 -05:00
Victor Savkin
7b05717d57
fix(repo): update slack link in readme
2020-12-15 09:28:37 -05:00
Juri
0679d3c90c
docs(repo): adjust malformed markdown on course section of readme
2020-11-27 15:20:10 -05:00
Juri
0970d835f5
docs(docs): add link to Nx Egghead course
2020-11-27 14:40:10 -05:00
Juri Strumpflohner
da77047a4f
docs(misc): add ngconf webinar recording to talks ( #4064 )
2020-11-11 16:19:12 +01:00
Victor Savkin
3cd9f4fe6c
feat(misc): add nx package to make installing global cli easier
2020-07-29 12:16:12 -04:00
Jason Jean
6ad7179d84
feat(repo): update members ( #3418 )
2020-07-27 11:28:05 -04:00
Alex Griggs
38f709c853
docs(core): update @nrwl/community slack invite link ( #3276 )
2020-07-06 15:09:50 -05:00
Victor Savkin
7cbf4ffd88
feat(core): add oss preset to create-nx-workspace
2020-06-19 13:01:57 -04:00
Juri Strumpflohner
eb9987b867
fix(misc): typo in README
2020-06-16 10:10:43 -04:00
Victor Savkin
0111d87575
feat(repo): have separate readmes for all plugins
2020-06-14 23:33:05 -04:00
Victor Savkin
68b5d598f3
docs(misc): update readme and docs to point to new videos
2020-05-14 12:43:00 -04:00
Rares Matei
82e9a5627e
chore(repo): remove workshop info from README ( #2612 )
2020-03-05 22:36:59 +00:00
Rares Matei
480c51c913
chore(repo): add Nx Workshop info to the root README ( #2609 )
2020-03-05 19:52:32 +00:00
Victor Savkin
d71e9df221
feat(repo): link to the how-to-get-started video
2019-12-13 17:00:14 -05:00
Victor Savkin
6eae959184
feat(misc): add first version of the nx insights plugin
2019-12-08 14:49:58 -05:00
Victor Savkin
370e87f53b
cleanup(repo): dev experience cleanup ( #2142 )
2019-12-04 14:47:21 -05:00
Jack Hsu
53f17d5331
chore(nx): update core team in readme file
2019-12-02 12:55:18 -05:00
ben
539c608f20
docs(nx): add nx courses
2019-11-28 07:53:30 -05:00
Alex Griggs
562e096875
docs(nx): update slack community link ( #2030 )
...
This link doesn't expire
2019-11-07 18:27:55 -05:00
Victor Savkin
c23572a8fa
docs(nx): add an example of using --with-deps
2019-11-04 10:46:03 -05:00
Benjamin Cabanes
3f62cc67bd
chore(nx): add connect course screenshot ( #1958 )
2019-10-17 09:47:02 -04:00
ben
936801df9d
docs(nx): add course screenshot
2019-10-07 10:42:42 -04:00
ben
ba1f0ff979
docs(nx): update course video on readme
2019-09-30 17:19:09 -04:00
agriggs
dc0d05dac1
docs(nx): added slack community link
...
Added a link and description for the community slack channel.
2019-09-17 08:39:15 -04:00
Victor Savkin
0e96535930
chore(nx): update README
2019-09-09 12:21:05 -04:00
Victor Savkin
54d5826103
docs(nx): update readme
2019-08-19 10:42:37 -04:00
Ahn
9278ed9d0b
docs(nx): update yarn commands in Creating First Application section ( #1673 )
2019-08-12 07:46:52 -05:00
Victor Savkin
2abe13d5f4
docs(nx): share guides between different nx.dev flavours
2019-07-31 15:48:09 -04:00
Victor Savkin
1b2eaf81fe
fix(nx): minor fixes
2019-07-25 20:21:04 -04:00
Wes Grimes
e9bc12d85e
docs(nx): add Wes and Brandon to README
...
add Wes and Brandon to README
2019-07-22 17:29:06 -04:00
Victor Savkin
518d91d0ad
docs(nx): update readme
2019-07-10 17:47:43 -04:00
ben
b98a6f5cfa
chore(doc): update video link
2019-06-15 19:15:23 -04:00
Benjamin Cabanes
bace517ed3
chore(readme): update connect banner ( #1378 )
2019-05-23 13:34:52 -04:00
Benjamin Cabanes
cbd35e0583
chore(readme): add connect banner ( #1357 )
2019-05-19 11:07:35 -04:00