Skip to content

We are live :) - v1.0.1

Latest

Choose a tag to compare

@mittal-parth mittal-parth released this 30 Dec 07:42
· 1 commit to main since this release

First version of the polkadot-dev-cli!

CLI tool for Polkadot developers bundling linting, formatting, and version management.

https://crates.io/crates/polkadot-dev-cli

Install: cargo install polkadot-dev-cli

Usage: polkadot-dev-cli <COMMAND>

Commands supported:

  1. help-contribute: Show a checklist for contributing to the project
  2. format: Format code using the correct Rust nightly version
  3. flint: Analyze, Fix and Lint features in your Rust workspace via Zepter [aliases: feature-lint, f-lint]
  4. version: Manage Polkadot SDK versions via psvm
  5. prdoc: Generate, check and load PRDoc files via prdoc
  6. checkup: Runs format, flint and version altogether
  7. install: Install all the required dependencies for polkadot-sdk development
  8. help: Print this message or the help of the given subcommand(s)