Skip to content

Arreboi06/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

3 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 53.7%
  • JavaScript 28.4%
  • CSS 13.3%
  • HTML 4.6%