configure-groupadd
v0.0.1
Published
`groupadd` wrapper
Downloads
2
Readme
groupadd
groupadd
wrapper
Installation
$ npm install configure-groupadd
API
create(name, attrs)
Create a group with name
and attrs
.
modify(name, attrs)
Modify group name
and attrs
.
remove(name)
Remove name
.
all()
Get all groups
select(fn)
Select groups with fn
.
License
(MIT)