Skip to content

Commit 336a330

Browse files
committed
chore: wip
1 parent 4c1c8c8 commit 336a330

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -192,28 +192,6 @@ export default config
192192
2. **Early returns**: Set `strictMode: true` to stop on first error when validating complex objects
193193
3. **Reuse validators**: Create validators once and reuse them instead of creating new ones for each validation
194194

195-
## License
196-
197-
MIT
198-
199-
## Get Started
200-
201-
It's rather simple to get your package development started:
202-
203-
```bash
204-
# you may use this GitHub template or the following command:
205-
bunx degit stacksjs/ts-validation my-pkg
206-
cd my-pkg
207-
208-
bun i # install all deps
209-
bun run build # builds the library for production-ready use
210-
211-
# after you have successfully committed, you may create a "release"
212-
bun run release # automates git commits, versioning, and changelog generations
213-
```
214-
215-
_Check out the package.json scripts for more commands._
216-
217195
## Testing
218196

219197
```bash

0 commit comments

Comments
 (0)