https://github.com/open-datakit/dev-utils
Development, testing and datapackage generation utilities for opendata.fit
https://github.com/open-datakit/dev-utils
development-utilities python
Last synced: 5 months ago
JSON representation
Development, testing and datapackage generation utilities for opendata.fit
- Host: GitHub
- URL: https://github.com/open-datakit/dev-utils
- Owner: open-datakit
- Created: 2021-11-12T03:32:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-15T03:43:38.000Z (over 1 year ago)
- Last Synced: 2024-11-12T11:17:19.396Z (7 months ago)
- Topics: development-utilities, python
- Language: JavaScript
- Homepage:
- Size: 1.06 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dev-utils
## Scripts
### generate_js.py
```
./generate_js.py sas_datapackage sas/datapackage.json
```Will generate the following file ```js/sas_datapackage.js```:
```
const SAS_DATAPACKAGE = {
// datapackage content here
};export { SAS_DATAPACKAGE };
```