@undp/create-data-repo is UNDPโs official scaffolding tool for quickly bootstrapping data repository.
- ๐๏ธ Copies and create a repo with multiple data files
- โก๏ธ Automatically creates schema for
csvandjsonfiles - ๐ Create a github action for validation which run on every commit to make sure the updated data files match the schema
You donโt need to install it globally โ just use npx:
npx @undp/create-data-repo my-undp-data --file ./file1.csv ./file2.json