Skip to content

Commit

Permalink
feat(vcs): provided the project name to the vcs scaffolder
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Jan 24, 2019
1 parent 4daa430 commit 9e08937
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/scaffolder.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export async function scaffold(options) {
}),
scaffoldVcsHost(vcsHosts, {
...vcs,
projectName,
projectRoot,
projectType,
description,
Expand Down
1 change: 1 addition & 0 deletions test/unit/scaffolder-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ suite('project scaffolder', () => {
...vcs,
projectRoot: projectPath,
projectType: language,
projectName,
description,
homepage,
visibility
Expand Down

0 comments on commit 9e08937

Please sign in to comment.