New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tai

Package Overview
Dependencies
Maintainers
4
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tai

a tool for managing student assignment repos

  • 3.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9
decreased by-71.87%
Maintainers
4
Weekly downloads
 
Created
Source

ACL tai

a tool for managing student assignment repos

setup

tai config - to configure the stored information

  • github organization
  • github token
  • enabling SSH

NOTE: it is highly recommended to use an ssh key and ssh-agent to add your key when using the close feature.

tai config -o <githubOrganization> 
           -g <githubToken>
           -s <true | false>

tai show-config: show current configuration

use -s flag to show tokens.

tai show-config -s

tai clear: remove current organization and Github token

tai clear  -o <githubOrganization> 
           -g <githubToken>

clears individual configuration objects

tai clear

clears out all configuration objects

tai team - to set teams

tai team <json_filepath>

json file:

[ "tad-and-anki", "plz-and-respond" ]

teams must be valid branch names

run

tai setup-branches - to create unique branch for each team Optional [branches] flag available to specify a set of branches different from the stored team. JSON format required.

tai setup-branches <repo_name> [branches]

tai close - to merge team branches into unique folders in master

tai close <repo_name>

tai open - shows the URI for the repo on github.com

tai open <repo_name>

FAQs

Package last updated on 06 Nov 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc