An empty box for your TS creations so you don't have to start bare-handed
- Fork this or clone this.
- Change the name, description and repo links
- Code your magic in the
/src
directory - Test, if necessary: it's all set up already.
yarn build
- To test this in development, without publishing, use
yarn link
. In another project, you then canyarn link "your_package_name"
npm publish
:) Now you have published your very own package!