vike-tsconfigs
v0.1.0
Published
TSConfig files for projects created with create-vike and Bâti.
Downloads
1
Readme
vike-tsconfigs
TSConfig files for projects created with create-vike and Bâti.
Development
Install fnm (if necessary).
fnm install && fnm use && node --version && npm --version
npm install
Delete the following top-level options (if necessary):
"files"
"include"
"exclude"
"references"
npm run lint
npm run format
Deployment
npm pack --dry-run
npm version patch
npm version minor
npm version major
- Update the version in the
Licenses
andPackage Phobia
links at the top.
echo "v$(npm pkg get version | tr -d \")" | pbcopy
- Commit and push changes.
- Create a tag on GitHub Desktop.
- Check GitLab
npm login
npm publish
- Check npm.