Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpalmer committed May 8, 2013
0 parents commit 30a2c25
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
@@ -0,0 +1,4 @@
A quick way to generate a random alpha-(and/or)-numeric strings of any length.
I think I probably sourced it from StackOverflow or some forum thread, but I suse it a lot - thought it might be worth sharing.

__Examples to come__
23 changes: 23 additions & 0 deletions package.json
@@ -0,0 +1,23 @@
{
"name": "randomString",
"version": "0.0.0",
"description": "A quick way to generate a random alpha-(and/or)-numeric strings of any length",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/matthewpalmer/randomString.git"
},
"keywords": [
"randomstring",
"random",
"string",
"generate",
"random",
"string"
],
"author": "Matthew Palmer",
"license": "BSD"
}

0 comments on commit 30a2c25

Please sign in to comment.