dojo/grunt-dojo2-extras

Name: grunt-dojo2-extras

Owner: Dojo

Description: Grunt tasks and code supporting continuous delivery across projects. Deploys to gh-pages and latest branch.

Created: 2017-04-22 00:09:49.0

Updated: 2017-04-26 23:24:53.0

Pushed: 2017-12-05 22:44:12.0

Homepage: https://dojo.github.io/grunt-dojo2-extras/

Size: 950

Language: TypeScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

grunt-dojo2-extras

Build Status

grunt-dojo2-extras provides tools in support of continuous deployment of projects, packages, and documentation.

Grunt Tasks

See support/grunt/index and support/grunt/config for usage.

api

builds API documentation for an external repository using typedoc

initAutomation

initializes GitHub and Travis with an encrypted deploy key and “secret” environment variables in Travis used for decrypting the key

prebuild

prebuild step used to decrypt the deploy key when environment variables are present

publish

publishes a repository

sync

pulls a repository and switches to a specified branch. If the branch does not exist, a new orphan branch is created.

Code separation

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.

Contributing

Contributions should follow the above code separation pattern, have tests, and conform to the tslint styles.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.