Awesome
Template for convenience script repos
NOTE: EVERYTHING ABOVE THIS LINE IS MEANT TO BE EDITED
With gh
, you can quickly use this repo template in the CLI: gh repo create --template convenience ...
(where ... = new repo name). Everything else in this README.md is boilerplate. Delete this note section when ready. Consider whether you need to set code linting. Consider whether you need to set up Travis CI for automated testing of things like PRs. If you want to create a website fast, use a code generator instead, like create-next-app
, sapper
, a svelte template, yo
, or my project-template.
NOTE: EVERYTHING BELOW THIS LINE IS MEANT TO BE EDITED
https://cdn.jsdelivr.net/gh/hchiam/convenience@main/someFileName.js
https://cdn.jsdelivr.net/gh/hchiam/convenience@1.0.0/someFileName.js
Example usage:
...
CDN usage:
<script
src="https://cdn.jsdelivr.net/gh/hchiam/convenience@1.0.0/someFileName.js"
integrity="sha384-L0ng4lphAnum3r1C57r1N9"
crossorigin="anonymous"
></script>
<!-- uncomment the part with someFileName.js in get-integrity.sh and edit the file name as needed: -->
# get the thing to put into integrity="...":
bash get-integrity.sh