/fauna

Javascript library for generating L-Systems

Primary LanguageJavaScript

fauna

Javascript library for generating L-Systems

build-image semantic-image npm

Publish a new version

# Make changes and increment package.json semver
git add -A && git commit -m "Commit Message"
git tag <semver>
git push
git push --tags
npm publish
npm info # to verify it worked

TODO: Test git tag -a <semver> -m "my version 1.4" to test if it creates the release message in Github

  • Add function to ingest and run config
  • Documentation
  • Landing page
  • Finished egghead.io publishing guide

Links for converting to webpack build

Authoring Libraries | webpack

webpack-library-example/index.js at master · kalcifer/webpack-library-example