solidts-parcel
A template for seamlessly creating a ReactJS library with TypeScript
Using this template
Press the green button saying “Use this template”.
Quickstart
npm install
- Customize the package.json file with the information about your project. Don’t forget to change the license if you don’t want MIT! Once a license is choosed it is hard to (legally) change it
- Replace the code from src/ with your code
- Add the files you want to delete after the build (if there are any) in rollup.config.js. Istead of deleting them you can just add to .gitignore
- Run
npm publish
and wait people to use your library