0.1.0 • Published 7 years ago

yeoman-sync v0.1.0

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

yeoman-sync NPM version Build Status Dependency Status

Yeoman generator templates sync.

Installation

$ npm install --save yeoman-sync

Usage

const yeomanSync = require('yeoman-sync');

let config = {
    destination: 'androidstarters-java',
    rename: [{
        dest: 'gitignore',
        src: '.gitignore'
    }, {
        dest: 'app/gitignore',
        src: 'app/.gitignore'
    }],
    replace: [{
        regex: 'io.mvpstarter.sample',
        replacement: '<%= appPackage %>'
    }],
    repo: {
        branchName: 'develop',
        url: 'https://github.com/androidstarters/android-starter.git'
    }
}

yeomanSync(config);

License

MIT © Ravindra Kumar

0.1.0

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago