@sfidanza/tahr
v0.1.0
Published
A lightweight framework with templating support, data manipulation and basic UI components
Maintainers
Readme
Tahr
A lightweight framework with templating support, data manipulation and basic UI components.
What is tahr?
Tahr is a (very) lightweight (meant to be at least) templating engine, and a bit of framework around it to handle (not so simple) single page applications.
How to use it?
This needs to be described indeed. It will come.
It is being extracted from my worldcup website, so this is how to use it. ;-D
Should I use it?
Right now, clearly no.
Publication flow
npm version patch # minor / major: to bump package.json, commit and tag
npm pack # to locally generate the tgz
npm login
npm publish --access=public # to publish once logged in (with 2FA)
npm cache clean --force # publication takes a few minutes. Beyond that, clean npm cache.References:
- https://docs.npmjs.com/creating-and-publishing-scoped-public-packages
tahrunscoped was too close to other packages' names (tarfor instance)
- Automate publication to npm
