1
Fork 0

typescript(monorepo-template): chore: initial commit

Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
Matei Adriel 2020-05-10 17:52:46 +03:00 committed by prescientmoon
commit 82246d7024
Signed by: prescientmoon
SSH key fingerprint: SHA256:WFp/cO76nbarETAoQcQXuV+0h7XJsEsOCI0UsyPIy6U
6 changed files with 2460 additions and 0 deletions

View file

@ -0,0 +1 @@
node_modules

View file

@ -0,0 +1,4 @@
{
"extends": "semantic-release-monorepo",
"branches": ["master"]
}

View file

@ -0,0 +1,5 @@
{
"cSpell.words": [
"pnpm"
]
}

View 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"
}
}

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,2 @@
packages:
- "packages/**"