shawntabrizi / substrate-toml-lint

A toml parser and checker to avoid common errors in Substrate projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

substrate-toml-lint

A toml parser and checker to avoid common errors in Substrate projects.

To install and run:

yarn && yarn start check ../substrate

Help:

index.js [command]

Commands:
  index.js check <path>  find errors within toml files at the path
  index.js lint <path>   lint and update toml files at the path

Options:
  --help     Show help                                                 [boolean]
  --version  Show version number                                       [boolean]

About

A toml parser and checker to avoid common errors in Substrate projects

License:MIT License


Languages

Language:JavaScript 100.0%