Skip to content

Instantly share code, notes, and snippets.

@audreyfeldroy
Last active December 21, 2015 11:48
Show Gist options
  • Save audreyfeldroy/6301119 to your computer and use it in GitHub Desktop.
Save audreyfeldroy/6301119 to your computer and use it in GitHub Desktop.
My JS Package Release Checklist

The first time:

  • If using jQuery, cookiecutter https://github.com/audreyr/cookiecutter-jquery.git to create it.
  • If not using jQuery, cookiecutter https://github.com/audreyr/cookiecutter-component.git to create it.
  • Put the code in a repo
  • Create a package.json
  • Create a component.json
  • Add it to https://github.com/component/component/wiki/

For each new release:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment