0.3.0 • Published 7 years ago
kintone-follow-people v0.3.0
kintone-follow-people
NPM package to follow people in kintone
Description
This tool help to follow people in kintone.
Install
$ npm install kintone-follow-people -g
Usage
Follow all people in your kintone!
$ kintone-follow-people -f example.cybozu.com -u your-login-name -p your-password
Options
-f
or --fqdn
Specify FQDN of your kintone's domain.
-u
or --username
Specify your login name.
-p
or --password
Specify your password.
-e
or --excludes
Specify users not to follow by comma-separated list of login names.
-i
or --includes
If this options is specified, follow only users included in this option. Specify by comma-separated list of login names.
-c
or --config
Specify a path to configuration file. You can load above options from the json file like:
{
"fqdn": "example.cybozu.com",
"username": "your-login-name",
"password": "your-password",
"excludes": [
"non-follow-user1",
"non-follow-user2"
],
"includes": [
"follow-user1",
"follow-user2"
]
}
Contribution
- Fork
- Create a feature branch
- Commit your changes
- Rebase your local changes against the master branch
- Run
npm test
- Create new Pull Request
License
MIT
Author
miyajan: Jumpei Miyata miyajan777@gmail.com