Skip to content

Commit

Permalink
feat: add alias to install command
Browse files Browse the repository at this point in the history
  • Loading branch information
edumudu committed Mar 18, 2022
1 parent 5cd5dc0 commit 6323972
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/commands/install.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const install = (packageName) => {
};

export const command = 'install <packageName>';
export const aliases = ['i'];
export const desc = 'Install a package from the local registry';
export const builder = {};
export const handler = (argv) => install(argv.packageName);

0 comments on commit 6323972

Please sign in to comment.