writing()

in generators/git-hub/index.js [75:85]


  writing() {
    if (!this.props.withGitHub) {
      return;
    }
    this.log(`🔧 Configuring git and GitHub...`)

    this.fs.copy(
      this.templatePath("dot-gitignore"),
      this.destinationPath(".gitignore")
    );
  }