create-kaios-app

0.0.3 • Public • Published

create-kaios-app

This package includes the global command for Create KaiOS App.

It is forked from Create React App. Please refer to its documentation:

Modifications

This package only renames create-react-app to create-kaios-app and downloads kaios-scripts instead of react-scripts.

Create and Install

To create and install app to a KaiOS device is as simple as below:

yarn create kaios-app my-app
cd my-app && yarn build
yarn push

The default template is written in pure javascript. You may also create a react app by,

yarn create kaios-app my-app --react

/create-kaios-app/

    Package Sidebar

    Install

    npm i create-kaios-app

    Weekly Downloads

    0

    Version

    0.0.3

    License

    MIT

    Unpacked Size

    450 kB

    Total Files

    6

    Last publish

    Collaborators

    • jzhangs