Skip to content

mit-cave-legacy/npm-cave-app-2018

Repository files navigation

This is a Legacy Project and has been replaced by a newer CAVE App.

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.

The Original Readme is Below



MIT-CAVE monorepo

CAVE Open Source Application Development Repo

Requirements

Requirements:

  • node@10.16.0 or higher
  • npm@6.9.0 or higher

Instalation for general use

  1. Globally install create-cave-app:
npm install -g create-cave-app
  1. 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 the base framework are in development.
  1. Check out the documentation for getting your application operational:

Installation for source code development

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

Packages

Examples

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published