Segurança
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm install babel-istanbul --save-dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// ... | |
"scripts": { | |
// ... | |
"coverage": "istanbul cover _mocha -- ./test/* --recursive" | |
} | |
// ... | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- ./test/* --recursive |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "# Coverage reports\ncoverage\ncoverage/\ncoverage/*\n" >> .gitignore |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm install --save-dev istanbul |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDR+iJHMRGDa3ybZ3yrlqyyaJxORWoSoDkgXOPrNKjqANvhnGgjTr120Os5b+Rpe125wOwh0cBb5oHTKdCQEIjlAkvPK5F4EcbPC7iQ95LFaUcWxTB0lKQFhnvEEJF5foYf5wlDZh/I/Scm0oGVl5fRuDgoqXR4fddJUYTS5GwpwOPx9tyKGqskyBh4IjVs1IclAw0uaTssxDtL7wi+1bWxgmN/DYdNXFKkWmBDrxL/VxLFhq4Tq+Ckm05kIkwf30QJ4F4rdFYZuvV7v7Abj5upuN+SvxnHWb5s+yvQmyon9xim3mgK9gCFMnaO49ggC49Gh6kVXgxMC7p8jZdBB19R [email protected] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Main link! | |
https://atom.io/packages/sync-settings |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://git-scm.com/ | |
https://github.com/ | |
http://rogerdudler.github.io/git-guide/ | |
https://try.github.io/levels/1/challenges/1 | |
https://learnxinyminutes.com/docs/git/ | |
http://i.stack.imgur.com/4YJFs.jpg | |
https://www.atlassian.com/pt/git/migration/pageSections/00/contentFullWidth/0/tabs/03/pageSections/0/contentFullWidth/0/content_files/file0/document/git-migration-centralized-vs-distributed.png | |
http://techidiocy.com/wp-content/uploads/2013/08/svn-repo.png | |
https://www.git-tower.com/learn/content/01-git/01-ebook/01-command-line/07-appendix/03-from-subversion-to-git/centralized-vs-distributed.png | |
https://www.youtube.com/watch?v=P_02QGsHzEQ |