Created
October 27, 2015 19:01
-
-
Save joellobo/5690d2c4f2eea52810e9 to your computer and use it in GitHub Desktop.
bower
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
594 | 27/10/15 - 15:31:07 | node -v | |
595 | 27/10/15 - 15:31:44 | npm -v | |
596 | 27/10/15 - 15:34:43 | bower | |
597 | 27/10/15 - 15:34:51 | bower help | |
598 | 27/10/15 - 15:35:05 | sudo npm -g bower | |
599 | 27/10/15 - 15:35:22 | , | |
600 | 27/10/15 - 15:35:39 | sudo npm -g install bower | |
601 | 27/10/15 - 15:37:18 | bower help | |
602 | 27/10/15 - 15:40:44 | cd ~/Desktop/joellobo/dev/ | |
603 | 27/10/15 - 15:40:45 | ls | |
604 | 27/10/15 - 15:40:56 | mkdir projetos | |
605 | 27/10/15 - 15:40:58 | cd projetos/ | |
606 | 27/10/15 - 15:41:06 | mkdir bower-teste | |
607 | 27/10/15 - 15:41:08 | cd bower-teste/ | |
608 | 27/10/15 - 15:41:17 | bower init | |
609 | 27/10/15 - 15:43:19 | ls -lha | |
610 | 27/10/15 - 15:43:30 | cat bower.json | |
611 | 27/10/15 - 15:45:27 | bower search angular | |
612 | 27/10/15 - 15:46:04 | bower info angular | |
613 | 27/10/15 - 15:49:19 | git config --global url."https://".insteadOf git:// | |
614 | 27/10/15 - 15:49:21 | bower info angular | |
615 | 27/10/15 - 15:52:00 | cat bower.json | |
616 | 27/10/15 - 15:52:45 | bower info angular#1.4.8 | |
617 | 27/10/15 - 15:52:59 | bower info angular | |
618 | 27/10/15 - 15:53:24 | bower info angular > teste | |
619 | 27/10/15 - 15:53:34 | cat teste | |
620 | 27/10/15 - 15:53:48 | vim teste | |
621 | 27/10/15 - 15:54:36 | bower install angular#1.4.7 | |
622 | 27/10/15 - 15:54:47 | vim bower.json | |
623 | 27/10/15 - 15:55:16 | tree | |
624 | 27/10/15 - 15:55:32 | ls -lha | |
625 | 27/10/15 - 15:55:38 | rm teste | |
626 | 27/10/15 - 15:55:41 | ls -lha | |
627 | 27/10/15 - 15:56:33 | bower install | |
628 | 27/10/15 - 15:56:38 | tree | |
629 | 27/10/15 - 15:57:12 | cat bower | |
630 | 27/10/15 - 15:57:15 | cat bower.json | |
631 | 27/10/15 - 15:57:32 | bower install angular#1.4.7 --save | |
632 | 27/10/15 - 15:57:44 | cat bower.json | |
633 | 27/10/15 - 15:58:34 | bower info angular-mocks | |
634* | 27/10/15 - 15:59:26 | bower info angular-mocks | less |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment