0.0.2 • Published 4 months ago

lynx-cli-app v0.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

Lynx

NPM Version Install Size

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:

  1. 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