- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
npx ts-node src/bin/markdown-link-check.ts test/file1.md
npx ts-node src/bin/markdown-link-check.ts --inputs test/file1.md test/file2.md
npm test
Tag a new version with:
npm version major|minor|patch
Then github action will publish the tag and create a new release