Skip to content

Commit

Permalink
basic
Browse files Browse the repository at this point in the history
  • Loading branch information
bourdakos1 committed May 5, 2020
1 parent fbf5520 commit 699039b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions fun.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
echo hiiiiiii $1 $2 $3
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "bee-bootstrap",
"version": "0.0.1",
"description": "service generator",
"main": "index.js",
"repository": "https://github.com/bee-travels/bee-bootstrap.git",
"author": "Nick <bourdakos1@gmail.com>",
"license": "MIT",
"bin": {
"bee-bootstrap": "fun.sh"
}
}

0 comments on commit 699039b

Please sign in to comment.