esp-ruff-cli
v1.0.1
Published
based on node Scaffolding tools,Can quickly create a new ruff-esp32 project
Downloads
8
Readme
esp-ruff-cli
Installation
npm install -g esp-ruff-cli
# OR
yarn global add esp-ruff-cliAfter installation, you can access the esp-ruff-cli command on the command line. You can simply run vue to see if it displays a copy of the help information for all available commands to verify whether it is installed successfully.
You can also use this command to check whether the version is correct::
esp-ruff-cli --versionCreate a project
esp-ruff-cli init my-project