0.0.1 • Published 12 years ago
increment v0.0.1
increment
increment strings
Example
increment('user', '-') // user-1
increment('user-1', '-') // user-2
increment('user-999', '-') // user-1000
Installation
$ component install matthewmueller/increment
API
increment(str, prefix )
Increment str
by 1. Give an optional prefix
.
License
MIT
0.0.1
12 years ago