Skip to content

Commit

Permalink
Add react-kit alias for aragon init
Browse files Browse the repository at this point in the history
  • Loading branch information
izqui committed Aug 30, 2018
1 parent 516685d commit 58a4500
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/commands/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ exports.builder = (yargs) => {
coerce: function resolveTemplateName (tmpl) {
const aliases = {
bare: 'aragon/aragon-bare-boilerplate',
react: 'aragon/aragon-react-boilerplate'
react: 'aragon/aragon-react-boilerplate',
['react-kit']: 'aragon/aragon-react-kit-boilerplate'
}

if (!tmpl.includes('/')) {
Expand Down

0 comments on commit 58a4500

Please sign in to comment.