Skip to content

sblancov/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

.gitconfig:

  • It contains a basic git configuration.
  • It is needed to add [core] and inside: name and email.
  • It contains a beautifull alias for git log (At least, I think so).

.jshintrc:

.noserc:

  • This file works with nosetests program.
  • Install rednose plugin to use it or remove rednose option.
  • Idem coverage plugin.

.vimrc:

  • Several plugins can be installed with Vundle plugin (you should install vundle plugin at first).
  • It contains configuration about searching, indent and color theme as well as mapping to create a great environment to start programming.
  • You should read install instructions for every plugin :P

Gruntfile.js

  • It provides tasks that help to do TDD/BDD in Javascript.
  • It also provides tasks to get information about the project. Information such as maintainability metrics, coverage repors or API documentation among others.

package.json

  • It corresponds to the Gruntfile.js and contents all dependencies are needed to run grunt properly.

testem.json:

  • It works with jasmine unit test framework.
  • It is configured to launch only Chrome.
  • It takes all src and test files from their respective directories.

Any commentary, question or doubt will be appreciated :)

About

This repository stores all my dotfiles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published