Skip to content

hchiam/convenience

Repository files navigation

Template for convenience script repos version License: MIT

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

Live demo

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>
# get the thing to put into integrity="...":
bash get-integrity.sh

About

Convenience script repo template. Alternatively: https://github.com/hchiam/learning-template

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Generated from hchiam/learning-template