wollok-web-tools
v1.1.10
Published
Wollok Web Tools library for web development
Readme
Wollok Web Tools
Web tools for Wollok programming language, such as
- Wollok Game
- Dynamic Diagram
It will contain both client & server dependencies.
💻 Installing it locally
npm install # or npm i🚀 How to publish this package
- Make sure you have the latest version set in
package.json - Also take some time and explain the changes in the
CHANGELOG.mdfile - It's always good to tag the current
mainbranch into a tag
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.mdfile - Uncheck "Set as a pre-release"
- Check "Set as the latest release"
- Click "Publish release"
Run
npm run buildin order to generatedistfolderThen simply run
npm publishYou'll need a npm user with publishing permissions.
👩💻 Contributing
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
