@thumbsmith/shared
v0.0.4
Published
Shared Thumbsmith utilities
Downloads
1
Readme
thumbsmith-shared
Overview
- types (and zod schemas)
- Template
- RenderParams
- parseURL
- tsconfig.json
Development
When adding modules, remember to import it to ./src/index.ts
.
Before publishing, you can run npm pack
to check if the package contents looks good.
Remember to bump the version tag and run npm install
again as well.
Run npm publish --access public
to publish!