1.1.1 • Published 5 years ago

mm-resource-data v1.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

Matter In Motion. CLI extension for loading resource initial data.

NPM Version NPM Downloads

Usage

Extensions installation instructions

Cli

  • resource
    • load — file or directory. Load resource data from the JSON file or all JSON files in the directory. The default is data directory. All files that start with _ are skipped. This extension uses a resource.controller create method to import data.

Data JSON format

{
  "resource": [
    { ... },
    { ... }
  ]
}

License: MIT.