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: about 1 month ago
JSON representation
A toml parser and checker to avoid common errors in Substrate projects
- Host: GitHub
- URL: https://github.com/shawntabrizi/substrate-toml-lint
- Owner: shawntabrizi
- License: mit
- Created: 2022-04-30T17:07:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-03T12:02:24.000Z (over 2 years ago)
- Last Synced: 2024-05-01T14:17:56.953Z (7 months ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-substrate - `substrate-toml-lint` - A toml parser and checker to avoid common errors in Substrate projects. (Tools)
- awesome-substrate - `substrate-toml-lint` - A toml parser and checker to avoid common errors in Substrate projects. (Tools)
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 pathOptions:
--help Show help [boolean]
--version Show version number [boolean]
```