lynx-cli-app
v0.0.2
Published
A command line interface for generating project files for Laravel projects using the Repository Pattern.
Downloads
4
Maintainers
Readme
Lynx
A command line interface for generating project files for the Laravel projects using the Repository Pattern.
Installation
npm install -g lynx-cli-app
Quick Start
Lynx takes care of running repetitive tasks like creating files, directories and php artisan commands, on your behalf. Lynx also helps you easily manage the project files and directories.
Lynx is straight forward and helps you accomplish your tasks by running simple commands such as:
lynx create-module <MyModule>
Build
Prerequisites:
Make sure you have the following installed on your local machine in order to build this project:
- Typescript version 5.0.2 & above.
Run the ff command to build project:
npm run build
Run
Run the ff command:
npm run test
Development
Run the ff command:
npm run start
Local Deployment
Run the ff command:
npm run local