Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mitodl/template-mit-demo
A copy of https://github.com/mitocw/content-mit-latex2edx-demo turned into a cookiecutter template.
https://github.com/mitodl/template-mit-demo
Last synced: 6 days ago
JSON representation
A copy of https://github.com/mitocw/content-mit-latex2edx-demo turned into a cookiecutter template.
- Host: GitHub
- URL: https://github.com/mitodl/template-mit-demo
- Owner: mitodl
- License: mit
- Created: 2015-02-27T16:44:36.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-07-10T16:26:56.000Z (over 5 years ago)
- Last Synced: 2024-04-14T05:23:53.201Z (8 months ago)
- Homepage:
- Size: 962 KB
- Stars: 0
- Watchers: 11
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
template-mit-demo
=======================This repository has three separate branches, as
follows:Branch | Description
--- | ---
`studio` | This branch contains a cookiecutter template with seed content for an edX course created through Studio
`xml` | This branch contains a cookiecutter template with seed content for an edX course authored in edX Open Learning XML.
`latex` | This branch contains a cookiecutter template with seed content for an edX course authored with LaTeX2edx.## Usage
To use these repositories you will need to have [cookiecutter](https://github.com/audreyr/cookiecutter) installed:
```sh
$ pip install cookiecutter
```Then you'll just want to use cookiecutter to check out this repository at the needed branch:
```sh
$ cookiecutter https://github.com/mitodl/template-mit-demo.git --checkout studio
```You'll be prompted for a few pieces of information, and your template course will be created.