Skip to content

Commit

Permalink
feat: add info
Browse files Browse the repository at this point in the history
  • Loading branch information
aibayanyu20 committed Jul 9, 2022
1 parent ae23185 commit 978c40e
Show file tree
Hide file tree
Showing 9 changed files with 1,604 additions and 268 deletions.
Empty file added .eslintignore
Empty file.
8 changes: 4 additions & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
extends: [
"@mistjs"
]
}
extends: [
'@mistjs',
],
}
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# monorepo-starter

this is monorepo starter template


## Usage


```shell

degit mistjs/monorepo-starter


```
24 changes: 16 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,41 @@
{
"name": "monorepo-starter",
"name": "monorepo-starter-template",
"version": "1.0.0",
"description": "this is monorepo starter template",
"scripts": {
"prepare": "husky install"
"prepare": "husky install",
"release": "esno ./scripts/release.ts"
},
"packageManager": "pnpm@6.32.8",
"packageManager": "pnpm@7.5.0",
"repository": {
"type": "git",
"url": "git+https://github.com/mistjs/monorepo-starter.git"
},
"keywords": [
"monorepo",
"tools-packages"
"monorepo-template"
],
"author": {
"name": "aibayanyu",
"email": "[email protected]"
},
"license": "ISC",
"license": "MIT",
"bugs": {
"url": "https://github.com/mistjs/monorepo-starter/issues"
},
"homepage": "https://github.com/mistjs/monorepo-starter#readme",
"devDependencies": {
"@mistjs/eslint-config": "^0.0.2",
"@types/node": "^17.0.25",
"eslint": "^8.13.0",
"@mistjs/tsconfig": "^1.0.0",
"@types/node": "^17.0.45",
"bumpp": "^8.2.1",
"chalk": "^5.0.1",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.19.0",
"esno": "^0.16.3",
"find-packages": "^9.0.6",
"husky": "^7.0.4",
"typescript": "^4.6.3"
"minimist": "^1.2.6",
"typescript": "^4.7.4"
}
}
1 change: 1 addition & 0 deletions packages/tools/src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export {}
3 changes: 3 additions & 0 deletions packages/tools/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "../../tsconfig.json"
}
Loading

0 comments on commit 978c40e

Please sign in to comment.