Skip to content

added toolset compatibility#3

Open
PowerSpy wants to merge 1 commit intomainfrom
add/toolsets
Open

added toolset compatibility#3
PowerSpy wants to merge 1 commit intomainfrom
add/toolsets

Conversation

@PowerSpy
Copy link

Users can define toolsets in the global tools.json file (~/.enact/tools.json) in the format: {
"tools": {
"testuser/hello-js": "1.0.0",
"examples/hello-simple": "0.1.0",
"enact/test/remote-sign-demo": "0.1.1",
"enact/context7/docs": "1.0.0",
"enact/text-summarizer": "1.0.1",
"enact/hello-simple": "0.1.5",
"enact/hello-js": "1.0.2",
"enact/hello-python": "1.0.0"
},
"toolsets": {
"test": ["enact/hello-python"]
},
"activeToolset": "test"
}

Users can define toolsets in the global tools.json file (~/.enact/tools.json) in the format:
{
  "tools": {
    "testuser/hello-js": "1.0.0",
    "examples/hello-simple": "0.1.0",
    "enact/test/remote-sign-demo": "0.1.1",
    "enact/context7/docs": "1.0.0",
    "enact/text-summarizer": "1.0.1",
    "enact/hello-simple": "0.1.5",
    "enact/hello-js": "1.0.2",
    "enact/hello-python": "1.0.0"
  },
  "toolsets": {
    "test": ["enact/hello-python"]
  },
  "activeToolset": "test"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments