Skip to content
This repository has been archived by the owner on Jun 4, 2018. It is now read-only.

Creates a Presets Parser #7

Open
wisn opened this issue Aug 11, 2017 · 0 comments
Open

Creates a Presets Parser #7

wisn opened this issue Aug 11, 2017 · 0 comments
Assignees
Milestone

Comments

@wisn
Copy link
Owner

wisn commented Aug 11, 2017

The presets structure will be looks like this.

{
  "meta": {
    "name": "The Presets Name",
    "author": "The Author",
    ...
  },
  "presets": [
    {
      "target": ["target1", "target2", "..."],
      "rules": ["ruleFunction1", "ruleFunction2", "..."],
      "describe": "This is should be ...",
      ...
    },
    ...
  ]
}
@wisn wisn created this issue from a note in First Release Roadmap (Ongoing) Aug 11, 2017
@wisn wisn self-assigned this Aug 11, 2017
@wisn wisn added this to the Alpha Sprint milestone Aug 11, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Development

No branches or pull requests

1 participant