Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Otimizando seu workflow com Yeoman
Search
Hudson Brendon
May 30, 2015
Programming
0
42
Otimizando seu workflow com Yeoman
Hudson Brendon
May 30, 2015
Tweet
Share
More Decks by Hudson Brendon
See All by Hudson Brendon
Desenvolvendo Chatbots e Assistentes Pessoas com Python
hudsonbrendon
0
59
Desenvolvendo Chatbots e Assistentes Pessoais com Python
hudsonbrendon
0
120
Assistentes pessoais, chatbots e como despertar o lado maker com essas tecnologias
hudsonbrendon
0
110
Python, Startups e noites mal dormidas
hudsonbrendon
0
71
Programação para não programadores
hudsonbrendon
0
91
Oque é Physical Web e por que me importar com ela-
hudsonbrendon
0
43
Python na Internet das Coisas
hudsonbrendon
0
130
Conquistando a web com python
hudsonbrendon
0
64
Conteinerizando suas aplicações python
hudsonbrendon
0
130
Other Decks in Programming
See All in Programming
250830 IaCの選定~AWS SAMのLambdaをECSに乗り換えたときの備忘録~
east_takumi
0
360
AIレビュアーをスケールさせるには / Scaling AI Reviewers
technuma
2
240
[FEConf 2025] 모노레포 절망편, 14개 레포로 부활하기까지 걸린 1년
mmmaxkim
0
1.4k
私の後悔をAWS DMSで解決した話
hiramax
4
180
詳解!defer panic recover のしくみ / Understanding defer, panic, and recover
convto
0
210
The state patternの実践 個人開発で培ったpractice集
miyanokomiya
0
160
実用的なGOCACHEPROG実装をするために / golang.tokyo #40
mazrean
1
130
Introducing ReActionView: A new ActionView-compatible ERB Engine @ Rails World 2025, Amsterdam
marcoroth
0
260
Laravel Boost 超入門
fire_arlo
2
170
AIを活用し、今後に備えるための技術知識 / Basic Knowledge to Utilize AI
kishida
19
4k
サイトを作ったらNFCタグキーホルダーを爆速で作れ!
yuukis
0
750
Oracle Database Technology Night 92 Database Connection control FAN-AC
oracle4engineer
PRO
1
360
Featured
See All Featured
Speed Design
sergeychernyshev
32
1.1k
RailsConf 2023
tenderlove
30
1.2k
jQuery: Nuts, Bolts and Bling
dougneiner
64
7.9k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Building Better People: How to give real-time feedback that sticks.
wjessup
368
19k
Making the Leap to Tech Lead
cromwellryan
134
9.5k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.8k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
358
30k
Transcript
None
contato github.com/hudsonbrendon @hudsonbrendon
[email protected]
hudsonbrendon.com
None
Automação Minificação, compilação, testes unitários, live reload, etc. gruntjs.com
+ 4000 plugins grunt task
Gerenciamento Download, atualização, busca, assets, utilitários, etc. bower.io
+ 26000 pacotes bower install package
Alicerce Criação de scaffold, trabalhar menos fazer mais. yeoman.io
+ 1700 geradores yo generator
None
Iniciando com yeoman Instalação e HelloWorld
Instalação Yo!
WebApp generator
Go!
None
None
None
Seu app Componentes do bower e npm Estrutura de testes
(unit/karma/jasmine) Arquivos de configuração
bower.json bower.json
Gruntfile.js Gruntfile.js
package.json package.json --save --save-dev
None
None
None
Obrigado! @hudsonbrendon github.com/hudsonbrendon