Before jumping into a PR be sure to search existing PRs or issues for an open or closed item that relates to your submission.
All pull requests should be opened against main
.
- Clone the repository
git clone https://github.com/goenning/google-indexing-script.git
- Install dependencies
npm install
- Install the cli globally
npm install -g .
- Run the development bundle
npm run dev
- See how to use it and make your changes !
After making your changes, you can build the project with the following command:
npm run build
- Make sure your code is formatted with
prettier
- Make sure your code passes the tests
- Make sure you added the changes with
npm run changeset