
NEW: Add `jupyter-book create --cookiecutter` (#888)

This adds a `--cookiecutter` option to `jb create`, to allow users to use the [Jupyter Book cookiecutter](https://github.com/executablebooks/cookiecutter-jupyter-book ) to create a book template: ```console jupyter-book create --cookiecutter mybookpath/ ``` Co-authored-by:Chris Sewell <chrisj_sewell@hotmail.com>
Showing
- docs/publish/gh-pages.md 15 additions, 0 deletionsdocs/publish/gh-pages.md
- docs/start/overview.md 16 additions, 0 deletionsdocs/start/overview.md
- docs/start/publish.md 1 addition, 1 deletiondocs/start/publish.md
- jupyter_book/commands/__init__.py 21 additions, 7 deletionsjupyter_book/commands/__init__.py
- setup.py 1 addition, 0 deletionssetup.py
- tests/test_build.py 12 additions, 0 deletionstests/test_build.py
Please register or sign in to comment