Skip to content
/ cli Public

Command line tool for quickly creating omi projects.

Notifications You must be signed in to change notification settings

omijs/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

omi-cli

New Project base on TypeScript

To quickly create an Omi + Vite + TS/JS project:

$ npx omi-cli init my-app    # or create js project by: npx omi-cli init-js my-app
$ cd my-app           
$ npm start           # develop
$ npm run build       # release

New Project base on TypeScript + Tailwindcss + Router + Suspense + Vite project

$ npx omi-cli init-spa my-app  
$ cd my-app           
$ npm start           # develop
$ npm run build       # release

Update to the latest version

$ npm i omi-cli -g 

License

This content is released under the MIT License.

About

Command line tool for quickly creating omi projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published