0.0.3 • Published 3 years ago
@chibujax/uap-chassis v0.0.3
UAP Chassis
Requires Node.js version >=16 to be used.
This cli will help convert any web app to mobile app (Android/iOS).
Install as Cli Tool
Install globally using your preferred package manager:
yarn global add @chibujax/uap-chassisOR
npm install -g @chibujax/uap-chassisRun without installation
npx @chibujax/uap-chassisUsage
To run the tool after installing, simply run:
uap-chassisTODO
- Add tests
- Update Readme to cover usage
Dev Install
yarn installDev Test
yarn testTo run with linter and coverage
yarn test:ciDev Run
yarn start