Skip to content

Commit

Permalink
feat: add packages
Browse files Browse the repository at this point in the history
  • Loading branch information
thonatos committed Jan 3, 2024
1 parent 8dd83db commit 60ea7f5
Show file tree
Hide file tree
Showing 37 changed files with 2,804 additions and 16 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,6 @@ common/autoinstallers/*/.npmrc
# Heft temporary files
.cache
.heft

# dist
dist
16 changes: 0 additions & 16 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions packages/libs/application/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "@artusx/run",
"version": "1.0.0",
"description": "core application for artusx",
"main": "dist/Application.js",
"files": [
"dist"
],
"scripts": {
"build": "npm run tsc",
"tsc": "rm -rf dist && tsc"
},
"keywords": [
"Artus.js"
],
"author": "Suyi <[email protected]>",
"license": "MIT",
"dependencies": {
"@artus/core": "^1.0.3",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@artus/tsconfig": "^1.0.1",
"@types/node": "^18.11.17",
"ts-node": "^10.9.1",
"tslib": "^2.5.0",
"typescript": "^4.9.4"
}
}
226 changes: 226 additions & 0 deletions packages/libs/application/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 60ea7f5

Please sign in to comment.