Sébastien Lorber
|
897ebbe3ca
|
refactor: move PerfLogger from core to @docusaurus/logger (#10480)
|
2024-09-06 10:58:53 +02:00 |
|
Rafael Martins
|
628752d92a
|
feat(create-docusaurus): ask user for preferred language when no language CLI option provided (#9442)
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
|
2024-02-15 13:05:05 +01:00 |
|
Colin McDonnell
|
13a8ba1528
|
feat: support bun package manager in create-docusaurus (#9241)
|
2023-08-24 14:49:03 +02:00 |
|
Joshua Chen
|
9023b7740c
|
refactor: remove sub-eslintrc, fix more lint errors (#7530)
|
2022-05-30 14:49:51 +08:00 |
|
Joshua Chen
|
624735bd92
|
refactor: fix more type-aware linting errors (#7479)
|
2022-05-24 19:19:24 +08:00 |
|
Joshua Chen
|
3666a2ede5
|
refactor: remove a lot of implicit anys (#7468)
|
2022-05-23 15:40:53 +08:00 |
|
Joshua Chen
|
0838884f67
|
chore: enable import/order rule (#7418)
|
2022-05-14 23:39:50 +08:00 |
|
tae
|
a6e72192fa
|
fix(create): load entry file after node version checking (#6860)
* refactor(create): add exception handling if external command is fails
refers #4870
85e87b560e
* fix(create): load entry file after node version checking
|
2022-03-06 22:18:38 +08:00 |
|
Joshua Chen
|
a70514205d
|
feat(create): new --package-manager option; interactive package manager selection (#6750)
|
2022-02-24 11:50:37 +01:00 |
|
Joshua Chen
|
67918e35e2
|
refactor: convert CLI entry points to ESM; migrate create-docusaurus to ESM (#6661)
* refactor: convert CLI entry points to ESM
* fix
* fix
* fix
* fix!
* create-docusaurus ESM
* fix lock
* final touchups
* fix lodash
* fix
* use lodash
* fix hasYarn
|
2022-02-16 23:00:35 +08:00 |
|
Joshua Chen
|
b16b394eb6
|
feat(create): allow specifying a git clone strategy (#6610)
* feat(create): allow specifying a git clone strategy
* Update index.ts
|
2022-02-10 11:15:06 +08:00 |
|
Joshua Chen
|
770418f8d2
|
refactor: unify log format with new logger utility (#5994)
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
|
2021-12-20 17:24:59 +01:00 |
|
Joshua Chen
|
0374426ce3
|
chore: upgrade TypeScript & other ESLint related deps (#5963)
* chore: upgrade ESLint related deps
* Upgrade TS
* Fix lock
* Bump Babel
* Update config
|
2021-11-18 21:15:37 +08:00 |
|
Sébastien Lorber
|
f6ec757aa0
|
feat: npm init docusaurus, yarn create docusaurus (#5635)
* initial create-docusaurus impl
* cleanup
* @docusaurus/init renamed to create-docusaurus
* 0.0.6
* update lockfile
* fix lint
* remove npm2yarn for "npm init" because npm2yarn doesn't convert it and yarn result fails to execute
* prettier
* add correct version
* prettier
* prettier
* prettier
* prettier
* fix annoying --config .prettierrc issue
|
2021-10-07 16:06:42 +02:00 |
|