Skip to content

Commit

Permalink
npmono
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed Sep 16, 2024
1 parent d49709b commit b870426
Show file tree
Hide file tree
Showing 9 changed files with 264 additions and 41 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"packageManager": "[email protected]",
"scripts": {
"mopub": "tsx scripts/publish",
"npmono": "cd tools/npmono && pnpm dogfood",
"build": "turbo build",
"test": "pnpm --recursive --workspace-concurrency 1 test"
},
Expand Down
176 changes: 159 additions & 17 deletions pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
packages:
- 'packages/*'
- 'apps/*'
- 'tools/*'
16 changes: 0 additions & 16 deletions scripts/readme.md

This file was deleted.

1 change: 1 addition & 0 deletions tools/npmono/eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports.defualt = require('eslint-plugin-mmkal').recommendedFlatConfigs
22 changes: 22 additions & 0 deletions tools/npmono/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "npmono",
"version": "0.0.1",
"private": true,
"scripts": {
"dogfood": "tsx src/cli"
},
"dependencies": {
"@listr2/prompt-adapter-enquirer": "^2.0.2",
"@rebundled/execa": "8.0.2-next.2",
"listr2": "^8.0.2",
"semver": "^7.6.0",
"sort-package-json": "^2.8.0",
"trpc-cli": "https://pkg.pr.new/mmkal/trpc-cli@38"
},
"devDependencies": {
"@types/semver": "^7.5.8",
"eslint": "^8.57.0",
"eslint-plugin-mmkal": "0.7.0",
"tsx": "^4.19.0"
}
}
Loading

0 comments on commit b870426

Please sign in to comment.