Skip to content

Instantly share code, notes, and snippets.

@NiklasPor
Created March 2, 2021 16:11
Show Gist options
  • Save NiklasPor/b08ae97bf3196bfa566663074ca00239 to your computer and use it in GitHub Desktop.
Save NiklasPor/b08ae97bf3196bfa566663074ca00239 to your computer and use it in GitHub Desktop.
{
"cli": "nx",
"id": "interface",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Library name",
"$default": {
"$source": "argv",
"index": 0
}
}
},
"required": ["name"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment