@devrune/cli
v1.1.2
Published
CLI tool for DevRune project. Provides commands to generate features and check file name style guide.
Readme
DevRune CLI
Use this CLI to check and manage structure on Frontend NextJS projects
How to install
npm install --save-dev @devrune/cli
How to use
npx @devrune/cli
then choose what prompt suggests
Available Commands
|Command|Description|
|-------|-----------|
|Check Style Guide 🖌| Check project folders according style guide |
|Create new feature | Creates basic folder structure in src/[feature or shared]/[name passed in prompt] folder|
