The current CAVE CLI can be found here. It is used to create new cave projects and provide a variety of useful features.
For non CLI access, you can directly use the current cave app and follow the non cli directions here.
CAVE Open Source Application Development Repo
Requirements:
[email protected]
or higher[email protected]
or higher
- Globally install
create-cave-app
:
npm install -g create-cave-app
- Create a new application:
cd /path/to/project/folder
create-cave-app new myapp
- This creates a
base
cave-app
framework for development purposes. Extensions for thebase
framework are in development.
- Check out the documentation for getting your application operational:
From a freshly-cloned repo in the project root:
npm ci
npm run bootstrap
npm run prep-link
cd ~/path/to/projects
create-cave-app new myprojectname