Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
Expose beemo cli
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Apr 7, 2021
1 parent fed4142 commit 9e66312
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/beemo.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env node

require('@beemo/cli/lib/bin')
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
"templates",
"index.d.ts"
],
"bin": {
"beemo": "./bin/beemo.js"
},
"dependencies": {
"@babel/core": "^7.13.14",
"@babel/preset-env": "^7.13.12",
Expand Down

0 comments on commit 9e66312

Please sign in to comment.