How to add a pill:
If you want to add a pill, you have to follow these steps:
- Download the repo here
- Install dependencies using npm (there is a lockfile)
- Be sure you are using node 18. If you use nvm you can run
nvm use
- Launch the script
npm run create:pill
- Follow the instructions:
- Once the pill was done, please, create a pull request filling the template 😉
How to remove a pill:
In case you want to remove any pill you can launch this other script npm run remove:pill
And also follow the instructions:
- Have in mind that the pills files are done using markdown language. here you can check a syntax guide that can help you