1.3.0 • Published 5 months ago

lyrn v1.3.0

Weekly downloads
4
License
MIT
Repository
github
Last release
5 months ago

NPM Version

Description

Lyrn is a command-line tool for quickly starting the development of your web application.

Install

You can run the application using the npx utility:

npx lyrn@latest

Or install the package from npm globally

npm i -g lyrn

This will make the lyrn application globally available in your system

Usage

To create an application, use the command:

lyrn create project your-app-name -f react

This command will create a simple application using the React framework

Development

Navigate to your application folder

cd ./your-app-name

To start the development server, use the command:

npm start

Build

Navigate to your application folder

cd ./your-app-name

To build your project, use the command:

npm run build

To run the built project, use the command:

npm run serve

License

MIT

1.2.2

6 months ago

1.3.0

5 months ago

1.2.0

6 months ago

1.1.1

8 months ago

1.1.0

8 months ago

1.2.1

6 months ago

1.1.2

7 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

0.0.9

8 months ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.2

6 years ago

0.0.1

7 years ago