I should really write something nicer here. Later. Or maybe you want to send a PR?
For now, check out the example and react-example folder for small example apps
showing how to use this. The react-example uses the Babel macro which can be used
with an unejected create-react-app setup.
As a user of library, you can safely ignore this section. This is just for maintainers to know how to make releases.
- npm run checkto ensure everything is fine (tests + eslint)
- npx lerna publishto publish a new version (choose a version according to semver!)
- git pushthe new commit and tags to the upstream repo (not your fork!)
- pytestto ensure the tests pass
- Bump the version in setup.pymanually (according to semver)
- python setup.py bdist_wheelto build the wheel
- git tag -s [email protected]to tag the release (with x.y.z being the new version)
- twine upload ...to publish the wheel
- git pushthe new commit and tags to the upstream repo (not your fork!)
In applying the MIT license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an Intergovernmental Organization or submit itself to any jurisdiction.