UNPKG

@shower/cli

Version:

Command line interface for Shower

92 lines (69 loc) 2.04 kB
# Change Log This project adheres to [Semantic Versioning](http://semver.org/). ## 0.2.10 * Update dependencies * Update the `@shower/core` to `v3.0.0` ## 0.2.9 * Update dependencies * Use puppeteer-core with chrome-launcher instead of puppeteer (by @andriyor) * Replace `shower-core` to `@shower/core` ## 0.2.8 * Documentation for commands * `--yes` flag in `create` command * Alias `new` to `create` command * Short alias for `help` and `version` commands ## 0.2.7 * OSX and Windows support * Package migrated to `@shower/cli` * Update dependencies ## 0.2.6 * Update dependencies ## 0.2.5 * Change paths for themes to org * Make publish command useful ## 0.2.4 * Fixes `prepare` and `archive` tasks ## 0.2.3 * Merge pull request #17 * Fix 4:3 ratio, change separator to colon * Added "notify" and "ui" options to the "serve" command ## 0.2.2 * I clear the folder before build ## 0.2.2-1 * Revert "Added babel build" ## 0.2.2-0 * Minor fixes ## 0.2.1 * Fixed launch from home folder ## 0.2.0 Removed old dependencies Files specified in files are considered to be part of the presentation ## 0.2.0-3 * Processed the case when the folder in which the presentation should be created already exists * Implemented the ability to customize the presentation when creating * Added the update-notifier ## 0.2.0-2 * Removed to create 'temp' dir * Minor fixes ## 0.2.0-1 * Added the 'publish' task ## 0.2.0-0 * Added a check on the existence of the presentation * Add the bundle and archive tasks to readme * Created the bundled and archive tasks * Wrote a new mechanism for creating a presentation * Added exit codes * Upgrade error handling in pdf ## 0.1.4 * Fixed pdf, fixes #8 ## 0.1.3 * Added the dynamic loading page size, fixes #6 ## 0.1.2 * "Renamed the bin script to `shower`, fixes #7 ## 0.1.1 * Moved serve to browser-sync * Fixed the task end-message * Merge pull request #4 * Fixed the js-API ## 0.1.0 * Initial release.