0.4.0 • Published 8 years ago

atom-tfs v0.4.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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 ?)

Links

0.4.0

8 years ago

0.3.0

8 years ago

0.2.1

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago