Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/indico/js-flask-urls
Client-side Flask URL building
https://github.com/indico/js-flask-urls
babel flask hacktoberfest javascript url-router
Last synced: 27 days ago
JSON representation
Client-side Flask URL building
- Host: GitHub
- URL: https://github.com/indico/js-flask-urls
- Owner: indico
- License: mit
- Created: 2018-04-11T10:08:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-27T15:09:01.000Z (almost 4 years ago)
- Last Synced: 2024-05-29T13:06:34.421Z (5 months ago)
- Topics: babel, flask, hacktoberfest, javascript, url-router
- Language: JavaScript
- Homepage:
- Size: 63.5 KB
- Stars: 23
- Watchers: 16
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 check` to ensure everything is fine (tests + eslint)
- `npx lerna publish` to publish a new version (choose a version according to semver!)
- `git push` the new commit and tags to the upstream repo (not your fork!)### Python releases
- `pytest` to ensure the tests pass
- Bump the version in `setup.py` manually (according to semver)
- `python setup.py bdist_wheel` to 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 push` the 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.