1.0.8 • Published 2 years ago
bagelink v1.0.8
bagelink
Getting Started
install pnpm first
npm i -g pnpm
cd into the root of project and install all dependencies recursively
pnpm i -r
Scripts
use nr to run scripts
nr <script-name>
{
"build": "unbuild", // build the project
"dev": "unbuild --stub", // build the project in stub mode
"lint": "eslint .", // lint the project
"prepublishOnly": "nr build", // build the project before publish
"release": "bumpp && npm publish", // bump version and publish
"start": "esno src/index.ts", // start the project
"test": "vitest", // run tests
"test:bench": "cd playground/testbenchapp && vite --host", // run testbench
"typecheck": "tsc --noEmit" // typecheck the project
}
1.0.2
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago
0.0.20
2 years ago
0.0.21
2 years ago
0.0.22
2 years ago
0.0.12
3 years ago
0.0.13
2 years ago
0.0.14
2 years ago
1.0.8
2 years ago
1.0.6
2 years ago
1.0.5
2 years ago
1.0.4
2 years ago
1.0.3
2 years ago
0.0.15
2 years ago
0.0.16
2 years ago
0.0.17
2 years ago
0.0.18
2 years ago
0.0.19
2 years ago
0.0.5
3 years ago
0.0.6
3 years ago
0.0.2
3 years ago