# yarn dlx @yarnpkg/sdks vscode
$ yarn example
// print
app: yarn app tsconfig echo
package: yarn package tsconfig echo
all: yarn all echo
all-app: yarn all-app echo
all-package: yarn all-package echo
add-workspace: yarn add-workspace test
// package.json
{
...,
name: "@apps/{name}"
}
// package.json
{
...,
name: "@packages/{name}"
}
- repositoryName (Option) -
Calmel Case
,Required
when it is one - Type -
Calmel Case
,Add/Mod/Del/HotFix
- Subject (Option) -
Required
when no body is present
[repositoryName]/[Type] Subject
ex.
[Tsconfig]/[Add] base.json 추가
- repositoryName -
Calmel Case
- Type
- Explain
[Type] Subject
- [repositoryName1]/[Type] Explain
- [repositoryName2]/[Type] Explain
...
ex.
[Add/Mod] 초기설정
- [Tsconfig]/[Add] base.json 추가
- [Eslint-Config-Custom]/[Mod] javascript 설정 변경
- airbnb-base 추가
- ignorePatterns 수정
- For use
$ yarn workspaces focus
$ yarn workspaces foreach