Upload main files

Added:
  package.json
  README.md
  test.js
  index.js
Changed:
  LICENSE
This commit is contained in:
2019-01-10 16:44:29 +01:00
committed by GitHub
parent c91d71b08f
commit 8e05165d23
5 changed files with 74 additions and 2 deletions

1
test.js Normal file
View File

@@ -0,0 +1 @@
console.log( require( './' )( process.argv.slice( 2 ) ) )