Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

atom-tfs

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atom-tfs

TFS Atom integration.

  • 0.4.0
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

atom-tfs

TFS plugin for Atom   ―   This is a work in progress...

Build Status NPM Version NPM Downloads Dependency Status devDependency Status


Important !

You MUST have Visual Studio and Team Foundation Server Power Tools installed to be able to use this extension.

Installation

  1. Open up Atom
  2. Type CTRL+MAJ+P
  3. Type install in command palette.
  4. Select Settings View: Install Packages And Themes and hit ENTER
  5. Type tfs and hit ENTER
  6. Select atom-tfs extension and hit ENTER

Available commands

  • Checkin
  • Get
  • Undo

Contribute

To be able to contribute to TFS development, you need to be at ease with NodeJS language and Git usage.

git clone https://github.com/ivangabriele/vscode-tfs.git
cd vscode-tfs
npm install
npm install grunt-cli -g
grunt githooks

The last command create a pre-commit hook to ensure that you don't commit anything if it the tests are not successful.

Roadmap

  1. Auto-checkout to be able to edit files without manually checking them out.
  2. Check In comment to add a "check in" comment (and make it mandatory ?)

Keywords

FAQs

Package last updated on 26 Jan 2016

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