Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/shawntabrizi/substrate-toml-lint

A toml parser and checker to avoid common errors in Substrate projects
https://github.com/shawntabrizi/substrate-toml-lint

Last synced: 3 months ago
JSON representation

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

Lists

README

        

# 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 find errors within toml files at the path
index.js lint lint and update toml files at the path

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