0.0.1 • Published 4 years ago

@stepsize/tywin v0.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

How to dev (to be improved):

• make changes, run yarn build

• in another project run yarn add /Users/kamil/tywin (with your local tywin path) or create a proper symlink to avoid this weird link

• you can now import things from tywin: import { Api } from '@stepsize/tywin';

How to publish:

• update the version in package.json

• commit, push and make a GitHub release (ideally add a few words to the release description)

• run npm publish