Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
siakaramalegos committed May 28, 2019
0 parents commit a7119bb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
function helloCoderIpsum() {
console.log('Coder Ipsum worked')
}

module.exports = helloCoderIpsum()
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "coder-ipsum",
"version": "1.0.0",
"description": "Programming-inspired ipsum generator",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ipsum"
],
"author": "Sia Karamalegos",
"license": "MIT"
}

0 comments on commit a7119bb

Please sign in to comment.