kaios-scripts
TypeScript icon, indicating that this package has built-in type declarations

0.0.9 • Public • Published

kaios-scripts

This package includes scripts and configuration used by Create KaiOS App.

It is forked from react-scripts that used by Create React App. Please refer to its documentation:

Modifications

Template app and some util scripts are modified from react-scripts.

Template

The react template shows KaiOS logo, including icons/ for launcher icons and manifest.webapp following B2G OS style. (Slightly different from previous manifest.json)

my-app
├── README.md
├── node_modules
├── package.json
├── .gitignore
├── public
│   ├── icons/
│   ├── index.html
│   └── manifest.webapp
└── src
    ├── view
    |   |── app.css
    |   ├── app.js
    |   ├── app.test.js
    ├── index.css
    ├── index.js
    ├── logo.svg

Yarn

The yarn push script helps to install app built to KaiOS devices.

Please run adb devices and adb root to make sure there's device attached and adbd is running as root.

Readme

Keywords

none

Package Sidebar

Install

npm i kaios-scripts

Weekly Downloads

16

Version

0.0.9

License

MIT

Unpacked Size

161 kB

Total Files

58

Last publish

Collaborators

  • jzhangs