laranode-clis
v1.0.6
Published
A package to create controller , models , views , helpers , migrations , factories , middlewares from CLI like laravel
Maintainers
Readme
mycli
A simple Node.js CLI tool to generate files from stub templates based on type (e.g., controller, model, view, etc.).
📦 Installation
First, install it globally (after running npm publish or locally with npm link):
npm install -g laravel-clis
## To Use This Package
create <type> <filepath>