Releases: worlduniting/bookpub
Releases · worlduniting/bookpub
v0.3.4 ALPHA (Gilgamesh)
-
New README.md for create-bookpub-project package
- Copied over the console help message
- Copied over the output when a new project is generated.
-
BookPub will check for a local installation in node-modules and use that, otherwise it will look for a global install
- This will permit users to keep the correct version of BookPub that corresponds to their manuscript (should there be changes in the future)
-
Created separate NPM Package create-bookpub-project
- Stored in same repository, under
packages/create-bookpub-project/
- Users will now run
npx create-bookpub-project
- Stored in same repository, under
-
New Testing Framework!
- Added Mocha and Chai for BDD/TDD testing
- Created Mock Book/Manuscript
- Mock book.config.mock.yml
- Mock manuscript using most major EJS funcitonality
- Added Archive function to be able to view test builds
- Creates an archive of builds for each test in the
archives/
folder
- Creates an archive of builds for each test in the
- Created test:clean npm task for removing archives/builds
v0.1.0
BookPub v0.1.0 ALPHA (Gilgamesh)
BookPub has only been tested on MacOS 13.