0.1.0 • Published 6 years ago
babel-plugin-flask-urls v0.1.0
Flask URLs in JS - the clean way!
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.
Releases
As a user of library, you can safely ignore this section. This is just for maintainers to know how to make releases.
JavaScript 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!)
Python releases
pytestto ensure the tests pass- Bump the version in
setup.pymanually (according to semver) python setup.py bdist_wheelto build the wheelgit tag -s flask-cli@x.y.zto tag the release (with x.y.z being the new version)twine upload ...to publish the wheelgit pushthe new commit and tags to the upstream repo (not your fork!)
Note
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.