Skip to content

Commit

Permalink
add docs file
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Jan 28, 2020
1 parent 0dec04c commit dda4cc2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions populate-docs.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
const Joi = require('@hapi/joi')

module.exports = {
cmd_import: {
desc: 'Import a JSON data file (using seneca-mem-store dump format).'
},
cmd_export: {
desc: 'Export a JSON data file (using seneca-mem-store dump format).'
},
cmd_populate: {
desc:
'Import JSON data (using seneca-mem-store) and run data construction messages (using seneca-msg-test).'
}
}

0 comments on commit dda4cc2

Please sign in to comment.