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
Yeoman generator for simply
git init.
Works great with other generators too.
Install
npm install --global yo generator-git-initUsage
yo git-initComposability
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-initCompose
this.composeWith('git-init', {}, {
local: require.resolve('generator-git-init/generators/app')
});License
MIT © Vladimir Starkov