Skip to content

Commit

Permalink
added to bower
Browse files Browse the repository at this point in the history
  • Loading branch information
sajera committed Dec 14, 2016
1 parent 2177c84 commit e7043cf
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 2 deletions.
31 changes: 31 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "s-uid",
"main": "uid.min.js",
"version": "1.3.0",
"private": false,
"description": "Generate id from base string",
"ignore": [
"node_modules",
"bower_components",
"package.json",
"bower.json",
"gulpfile.js",
"lib",
"test.*"
],
"keywords": [
"s-uid",
"uid"
],
"homepage": "https://github.com/sajera/s-uid",
"authors": [
"Sajera: Serhii P <allsajera@gmail.com>"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sajera/s-uid.git"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {}
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "Generate id from base string",
"main": "uid.min.js",
"scripts": {
"debug": "node test"
"test": "echo \"Error: no test specified\" && exit 1",
"debug": "devtool test"
},
"homepage": "https://github.com/sajera/s-uid#readme",
"repository": {
Expand Down
13 changes: 12 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,22 @@ s-uid
===============
An easy way to generate id

### installation
# s-uid

**Let me introduce a simple way to generate custom id.**

### installation for ```Node.js```

```shell
npm i s-uid --save
```

### installation for ```Browser```

```shell
bower i s-uid --save
```

ID
--------------
Sometimes there is a need to generate IDs. They may be highly specific in its format. For such cases, it is easier if they are in part - on the basis of determining the line-format, identifier scheme.
Expand Down

0 comments on commit e7043cf

Please sign in to comment.