Wollok Web Tools library for web development
npm install wollok-web-tools  !GitHub License
Web tools for Wollok programming language, such as
- Wollok Game
- Dynamic Diagram
It will contain both client & server dependencies.
``bash`
npm install # or npm i
- Make sure you have the latest version set in package.jsonCHANGELOG.md
- Also take some time and explain the changes in the filemain
- It's always good to tag the current branch into a tag
`bash`
git tag -a v1.1.10 -m "1.1.10"
git push origin v1.1.10
(replace v1.1.10 with the version you want to publish)
- Create also a release: go to this link, and create a new release with the tag you just created.
- The title should be the version number (no 'v' prefix)
- The description should be the changes in the CHANGELOG.md file
- Uncheck "Set as a pre-release"
- Check "Set as the latest release"
- Click "Publish release"
- Run npm run build in order to generate dist folder
- Then simply run
`bash``
npm publish
You'll need a npm user with publishing permissions.
All contributions are welcome!
- See installation instructions for developers
- You can join the Discord channel!
- There's a list of good first issues to tackle, but in case of any hesitation you can always ping @PalumboN or @fdodino
- You can fork the project and create a Pull Request. If you've never collaborated with an open source project before, you might want to read this guide
__Powered by Uqbar__