Buckram
Opinionated SCSS components for books (web, EPUB and PDF).
Testing
Install dependencies:
npm install
composer install
Run tests:
npm test
Releasing
release-please will generate release notes in a PR automatically based on commits to dev
.
Merging the PR to tag a new GitHub release and update CHANGELOG.md.
Then, run npm publish
.