# @picoxr/web-cli-core
Core Library to generate, build and sign TWA projects
# Installation
Using npm:
```
$ npm i -g npm
$ npm i -g @picoxr/web-cli-core
```
In Node.js:
```
import {Config} from '@picoxr/web-cli-core';
```
# Support
Tested in  Node.js 14-16.