omi-cli

Create website, app with no build configuration, be friendly to [Omi](https://github.com/Tencent/omi) framework.

Usage no npm install needed!

<script type="module">
  import omiCli from 'https://cdn.skypack.dev/omi-cli';
</script>

README

omi-cli

New Project by Omi

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

New Component by Omi

$ npx omi-cli init-component my-component
$ 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.