grunt-dojo2-extras provides tools in support of continuous deployment of projects, packages, and documentation.
See support/grunt/index
and support/grunt/config
for usage.
builds API documentation for an external repository using typedoc
initializes GitHub and Travis with an encrypted deploy key and "secret" environment variables in Travis used for decrypting the key
prebuild step used to decrypt the deploy key when environment variables are present
publishes a repository
pulls a repository and switches to a specified branch. If the branch does not exist, a new orphan branch is created.
Functionality has been split between the src
and tasks
directories. The tasks
directory contains functionality
exclusively related to Grunt. The src
directory contains commands and utilities that implement the features of this
project. This split allows for better reuse of commands and utility methods outside of a Grunt framework.
Contributions should follow the above code separation pattern, have tests, and conform to the tslint styles.