An open API service indexing awesome lists of open source software.

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

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 };
```