Skip to content
Snippets Groups Projects
Commit ad7674eb authored by Mike Lynch's avatar Mike Lynch
Browse files

Version 1.0.5

parent 40d44c2c
Branches
Tags
No related merge requests found
......@@ -20,6 +20,12 @@ a dependency.
const catalog = datacrate.datapub2catalog(datapub);
fs.writeFileSync('CATALOG.json', JSON.stringify(catalog, null, 2));
## random.js
This is a utility to generate plausible random DataCrates with no payloads, for testing things like Solr indexers. It generates random text descriptions and a reasonable distribution of keywords and authors.
node ./lib/random.js -d ./output/ -n 1000
## To-do
......
{
"name": "datacrate",
"version": "1.0.4",
"version": "1.0.5",
"description": "utilities for building and manipulating DataCrate data packages",
"main": "index.js",
"scripts": {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment