JSPM

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

Yeoman generator for simply `git init`

Package Exports

  • generator-git-init/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-git-init) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

generator-git-init

NPM version Build Status Dependency Status

Yeoman generator for simply git init.
Works great with other generators too.

Install

npm install --global yo generator-git-init

Usage

yo git-init

Composability

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

Just plug in git-init into your generator and let it initialize git for you. Everybody wins.

Install

npm install --save generator-git-init

Compose

this.composeWith('git-init', {}, {
  local: require.resolve('generator-git-init/generators/app')
});

License

MIT © Vladimir Starkov