JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 312
  • Score
    100M100P100Q85353F
  • License MIT

Get up-to-date travis config

Package Exports

  • generator-travis/generators/app

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (generator-travis) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

generator-travis

NPM version Build Status Dependency Status

Get up-to-date travis config

Install

npm install --global yo generator-travis

Usage

yo travis

Composability

Composability is a way to combine smaller parts to make one large thing. Sort of like Voltron ®
Yeoman docs

Add it to your generator

npm install --save generator-travis

Compose it with your generator

module.exports = yeoman.generators.Base.extend({
  init: function() { /* … */ },
  writing: function() {
    this.composeWith('travis', {}, {
      local: require.resolve('generator-travis/generators/app/index.js')
    });
  },
  install: function () { /* … */ }
});

Requirements or public contract

This generator will be "up-to-date" and suitable for at least these generators:

License

MIT © Vladimir Starkov