A proof of concept cli to manage the new WePublish Editor 2 based on directus.io.
- Install cli globally:
npm install -g @wep2/cli
- Install a wep2 instance:
wep2 -i <your-project-name>
npm uninstall -g @wep2/cl
wep2 -h
- git clone
tsc -w
npm install -g .
npm run pub
The code is written in Typescript. All files are located under ./src
The Typescript transpiler outputs all js files in the ./bin folder.