ghpages_generator 0.3.1 copy "ghpages_generator: ^0.3.1" to clipboard
ghpages_generator: ^0.3.1 copied to clipboard

Dart 1 only

This package allows to generate gh-pages branch for Github with dartdoc and examples

0.3.1 - 2018-01-17 #

Widen args dependency to include 1.x.x.

0.3.0 - 2015-05-18 #

Use path.current instead of Platform.script as default dir for root-dir to work with pub global run.

0.2.5 - 2015-05-12 #

Wider args dependency.

0.2.4 - 2015-01-12 #

Provide executables for pub globally activation.

0.2.3 - 2015-01-12 #

Ignore .pub.

0.2.2 - 2014-09-01 #

Switch to the new deferred loading syntax (needs DartSDK >= 1.6).

0.2.1 - 2014-07-18 #

Add a generator of index.html files with withIndexGeneration.

0.2.0 - 2014-07-11 #

Add utility functions to simplify the publication of examples at root with :

  new gh.Generator()
      ..withExamples = true
      ..generate(doCustomTask: gh.moveExampleAtRoot);

breaking change #

setExamples has been replaced by withExamples.

0.1.2 - 2014-07-11 #

Use git -f add to avoid problem with global .gitignore containing packages

0.1.1 - 2014-05-09 #

Add utility functions to simplify the publication of dartdoc at root with :

  new gh.Generator()
      ..setDartDoc(['lib/ghpages_generator.dart'], includeSdk: false,
          excludedLibs: ['path'], startPage: 'ghpages_generator')
      ..generate(doCustomTask: gh.moveDartDocAtRoot);

Semantic Version Conventions #

http://semver.org/

  • Stable: All even numbered minor versions are considered API stable: i.e.: v1.0.x, v1.2.x, and so on.
  • Development: All odd numbered minor versions are considered API unstable: i.e.: v0.9.x, v1.1.x, and so on.
0
likes
20
points
238
downloads

Publisher

unverified uploader

Weekly Downloads

This package allows to generate gh-pages branch for Github with dartdoc and examples

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, path

More

Packages that depend on ghpages_generator