0.3.0 • Published 6 years ago

kintone-follow-people v0.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

kintone-follow-people

NPM package to follow people in kintone

npm version npm downloads Node.js Version Support Build Status dependencies Status Coverage Status License

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

  1. Fork
  2. Create a feature branch
  3. Commit your changes
  4. Rebase your local changes against the master branch
  5. Run npm test
  6. Create new Pull Request

License

MIT

Author

miyajan: Jumpei Miyata miyajan777@gmail.com