@rayhanadev/katto 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/README.md +2 -14
- package/package.json +1 -1
package/CHANGELOG.md
ADDED
package/README.md
CHANGED
|
@@ -161,25 +161,13 @@ katto -D --dry-run
|
|
|
161
161
|
bun install
|
|
162
162
|
bun run dev
|
|
163
163
|
bun run build
|
|
164
|
-
bun run check
|
|
165
164
|
```
|
|
166
165
|
|
|
167
166
|
Useful scripts:
|
|
168
167
|
|
|
169
168
|
- `bun run dev` runs the TypeScript entry directly.
|
|
170
|
-
- `bun run build` bundles the CLI into `dist
|
|
171
|
-
- `bun run
|
|
172
|
-
- `bun run format` formats the project.
|
|
173
|
-
|
|
174
|
-
## Release
|
|
175
|
-
|
|
176
|
-
```bash
|
|
177
|
-
bun run check
|
|
178
|
-
bun run build
|
|
179
|
-
npm pack --dry-run
|
|
180
|
-
```
|
|
181
|
-
|
|
182
|
-
Publishing should run `prepack`, which rebuilds `dist/` before the package is packed.
|
|
169
|
+
- `bun run build` bundles the CLI into `dist/` using tsdown.
|
|
170
|
+
- `bun run <lint|format|typecheck>` runs lint, format, or typecheck.
|
|
183
171
|
|
|
184
172
|
## License
|
|
185
173
|
|