# WePublish Editor 2 CLI
A proof of concept cli to manage the new WePublish Editor 2 based on 
directus.io.

## Installing
1. Install cli globally: `npm install -g @wep2/cli`
2. Install a wep2 instance: `wep2 -i <your-project-name>`

## Uninstall
npm uninstall -g @wep2/cl

## Commands
`wep2 -h`

## Install package for local development
1. git clone
2. `tsc -w`
3. `npm install -g .`

## Publish to npm
`npm run pub`

## Project structure
The code is written in Typescript. All files are located under ./src

The Typescript transpiler outputs all js files in the ./bin folder.
