Skip to content

Commit

Permalink
Remove new command from gatsby package
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Aug 2, 2017
1 parent 82aa758 commit cf58bb7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/gatsby/src/bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,6 @@ program
serve(p)
})

program
.command(`new [rootPath] [starter]`)
.description(`Create new Gatsby project.`)
.action((rootPath, starter) => {
const newCommand = require(`../utils/new`)
newCommand(rootPath, starter)
})

program.on(`--help`, () => {
console.log(
`To show subcommand help:
Expand Down

0 comments on commit cf58bb7

Please sign in to comment.