-
Notifications
You must be signed in to change notification settings - Fork 250
Adapt Command Line Interface
Chris Jones edited this page Nov 27, 2013
·
16 revisions
Adapt Command Line Interface is a set of cross platform command line tools for developers to create, manage and build Adapt courses and plugin.
Full details are available from the NPM Package
To install the Adapt CLI, first be sure to install NodeJS, then from the command line run:-
npm install adapt-cli -g- Search for plugins
- Install a plugin
- Uninstall a plugin
Searching for an Adapt plugin. ```bash` adapt search {name or partial name of plugin to search for}
### Installing plugins
Installing a plugin into your current directory
```bash
adapt install {name of plugin}
Uninstalling a plugin from your current directory
adapt uninstall {name of plugin}The plugin system is powered by Bower. Each plugin should be a valid bower package and they should be registered with the Adapt registry adapt-bower-repository.herokuapp.com.
- Framework in Five Minutes
- Setting up Your Development Environment
- Manual Installation of the Adapt Framework
- Adapt Command Line Interface
- Common Issues
- Reporting Bugs
- Requesting Features
- Creating Your First Course
- Styling Your Course
- Configuring Your Project with config.json
- Content starts with course.json
- Course Localisation
- Compiling, testing and deploying your Adapt course
- Core Plugins in the Adapt Learning Framework
- Converting a Course from Framework Version 1 to Version 2
- Contributing to the Adapt Project
- Git Flow
- Adapt API
- Adapt Command Line Interface
- Core Events
- Core Model Attributes
- Core Modules
- Web Security Audit
- Peer Code Review
- Plugins
- Developing Plugins
- Developer's Guide: Components
- Developer's Guide: Theme
- Making a theme editable
- Developer's Guide: Menu
- Registering a Plugin
- Semantic Version Numbers
- Core Model Attributes
- Adapt Command Line Interface
- Accessibility v3
- Adapt Framework Right to Left (RTL) Support
