typescript(monorepo-template): chore: initial commit
Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
commit
82246d7024
1
typescript/monorepo-template/.gitignore
vendored
Normal file
1
typescript/monorepo-template/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
node_modules
|
4
typescript/monorepo-template/.releaserc.json
Normal file
4
typescript/monorepo-template/.releaserc.json
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"extends": "semantic-release-monorepo",
|
||||||
|
"branches": ["master"]
|
||||||
|
}
|
5
typescript/monorepo-template/.vscode/settings.json
vendored
Normal file
5
typescript/monorepo-template/.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"cSpell.words": [
|
||||||
|
"pnpm"
|
||||||
|
]
|
||||||
|
}
|
24
typescript/monorepo-template/package.json
Normal file
24
typescript/monorepo-template/package.json
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"name": "monorepo",
|
||||||
|
"description": "Some monorepo",
|
||||||
|
"scripts": {},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/Mateiadriel/monorepo.git"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"monorepo",
|
||||||
|
"pnpm",
|
||||||
|
"typescript"
|
||||||
|
],
|
||||||
|
"author": "Matei Adriel",
|
||||||
|
"license": "ISC",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/Mateiadriel/monorepo/issues"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/Mateiadriel/monorepo#readme",
|
||||||
|
"devDependencies": {
|
||||||
|
"semantic-release": "^17.0.7",
|
||||||
|
"semantic-release-monorepo": "^7.0.2"
|
||||||
|
}
|
||||||
|
}
|
2424
typescript/monorepo-template/pnpm-lock.yaml
Normal file
2424
typescript/monorepo-template/pnpm-lock.yaml
Normal file
File diff suppressed because it is too large
Load diff
2
typescript/monorepo-template/pnpm-workspace.yaml
Normal file
2
typescript/monorepo-template/pnpm-workspace.yaml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
packages:
|
||||||
|
- "packages/**"
|
Loading…
Reference in a new issue