devinit
Devinit configuration file
| Type | object |
|---|---|
| File match |
devinit.json
.devinit.json
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/devinit/latest.json |
| Source | https://www.schemastore.org/devinit.schema-6.0.json |
Versions
Validate with Lintel
npx @lintel/lintel check
Type:
object
Properties
run
required
'devinit.exe init' runs this list of tools sequentially. See also 'devinit.exe run'.
$schema
string
comments
string | null
Comments for this file. For documentation only; ignored by the tool.
Definitions
runObject
object
tool
string
required
The name of the tool to run.
input
string | null
The input varies by tool. For example, the required version number, the package-id, the input source file or source directory.
additionalOptions
string | null
Additional Options to be appended to the tool's command line.
comments
string | null
Comments for this tool item. For documentation only; ignored by the tool.