0.1.0 • Published 12 years ago
configure-useradd v0.1.0
useradd
useradd wrapper.
Installation
$ npm install configure-useraddAPI
create(username, attrs)
Add a username with object of attrs.
modify(username, attrs)
Modify a username with object of attrs.
remove(username)
Remove username
lock(username)
Lock username
unlock(username)
Unlock username
all()
Get all users
select(fn)
Select using the given fn.
License
(MIT)