This a template repository for starting new CaSILE based projects. It is designed to be as minimal as possible to get get you started.
- Start a new project with "Use this template" (docs).
Alternatively if not using GitHub, clone this repository yourself or download and extract the ZIP file then
git init
your own repository. - Remove (or rewrite) this
README.md
file and update theLICENSE
file to suit your project. - Rename the files
my_book.md
andmy_book.yml
to a name suitable to your project. - Replace and extend the values in
casile.mk
to suit your project. - Run
casile setup
.
These files and values should be enough to get the ball rolling.
You should now be able to run casile make
.
Perhaps the most useful addition for most projects will be to add a remote CI configuration. Because not all projects will want this and there are many options for this that will need to be tailored to your situation no CI configuration is included in this template. See the CaSILE documentation for details.
See the CaSILE Demos repository for more advanced usage working examples.