File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed
Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -192,28 +192,6 @@ export default config
1921922 . ** Early returns** : Set ` strictMode: true ` to stop on first error when validating complex objects
1931933 . ** 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
You can’t perform that action at this time.
0 commit comments