@wep2/cli
v1.0.4
Published
Command line for Wepublish Editor 2
Downloads
1
Maintainers
Readme
WePublish Editor 2 CLI
A proof of concept cli to manage the new WePublish Editor 2 based on directus.io.
Installing
- Install cli globally:
npm install -g @wep2/cli
- Install a wep2 instance:
wep2 -i <your-project-name>
Uninstall
npm uninstall -g @wep2/cl
Commands
wep2 -h
Install package for local development
- git clone
tsc -w
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.