https://github.com/subvisual/kraken
Coming soon.
https://github.com/subvisual/kraken
Last synced: 4 months ago
JSON representation
Coming soon.
- Host: GitHub
- URL: https://github.com/subvisual/kraken
- Owner: subvisual
- Created: 2015-04-17T16:26:15.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-03T17:27:36.000Z (over 10 years ago)
- Last Synced: 2024-12-30T10:43:38.237Z (about 1 year ago)
- Language: JavaScript
- Size: 142 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Kraken
=================
Kraken does everything. He doesn't live to serve you, but he'll come to aid those who prove themselves worthy. You cannot tame Kraken, but you can use his power. Kraken doesn't know everything, but you can [teach him](#contributing). Don't get full of yourself, you're not mighty, Kraken is. He'll bite your ass.
## Quick Start
Download the project.
```
git clone git@github.com:groupbuddies/kraken.git
```
Create a `.env` file on the root folder with the following structure.
```
SLACK_EMAIL=''
SLACK_PASSWORD=''
GOOGLE_CLIENT_ID=''
GOOGLE_CLIENT_SECRET=''
GITHUB_ID=''
GITHUB_SECRET=''
```
Install the dependencies and link the package.
```
npm install
npm link .
```
## Commands
To add a new apprentice to all the supported services run the following command and answer the questions. You can run the command multiple times.
```
kraken apprenticeship
```
### Individual Commands
**Add user to apprenticeship github team.**
```
kraken github username
```
**Invite user to google apps.**
```
kraken google email firstName lastName
```
**Add user to slack (using selenium).**
```
kraken slack email firstName lastName
```
## Contributing
Open a Pull Request.