Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Commit

Permalink
revert(commands): remove setup command
Browse files Browse the repository at this point in the history
setup commands needs to be lot better, so will implement it later
  • Loading branch information
thetutlage committed Oct 29, 2017
1 parent b3c7bdd commit 15258e8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 74 deletions.
73 changes: 0 additions & 73 deletions src/Commands/Setup/index.js

This file was deleted.

1 change: 0 additions & 1 deletion src/Commands/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ module.exports = {
new: require('./New'),
install: require('./Install'),
serve: require('./Serve'),
setup: require('./Setup'),
'key:generate': require('./KeyGenerate'),
'make:controller': require('./Make/Controller'),
'make:model': require('./Make/Model'),
Expand Down

0 comments on commit 15258e8

Please sign in to comment.