610 B
610 B
Development resources
Some minor notes and resources so that we don't forget things.
- octagon.svg, base template for creating icons in SVG format.
Create prerelease
- Update
package.json, setversionto a prerelease version, e.g.2.0.0-rc1 - Run
npm packto create package - Run
npm publish <package>.tgz --tag nextto publish the package under thenexttag - Run
npm install --save package@nextto install prerelease package
Create release
- Update
package.json, setversionto version, e.g.2.0.0 - Run
npm publishto publish - Create release on GitHub with tag
v2.0.0