1.3.0 • Published 2 years ago

lyrn v1.3.0

Weekly downloads
4
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.2.1

2 years ago

1.1.2

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

0.0.9

2 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.2

7 years ago

0.0.1

8 years ago