0.0.1 • Published 10 years ago

configure-groupadd v0.0.1

Weekly downloads
3
License
-
Repository
-
Last release
10 years ago

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)