Skip to content

Commit

Permalink
feat(okam-cli): add featch okam-online-templates support'
Browse files Browse the repository at this point in the history
  • Loading branch information
xhong0 committed Mar 2, 2019
1 parent edfa9f3 commit ae54590
Show file tree
Hide file tree
Showing 10 changed files with 705 additions and 85 deletions.
3 changes: 2 additions & 1 deletion packages/okam-cli/bin/okam-init
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ program

const args = program.args
const project = new Project({
dirName: args[0]
dirName: args[0],
pkgName: args[1]
});

project.create();
Loading

0 comments on commit ae54590

Please sign in to comment.