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
70
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
なぜ適用するか、移行して理解するClean Architecture 〜構造を超えて設計を継承する〜 / Why Apply, Migrate and Understand Clean Architecture - Inherit Design Beyond Structure
seike460
PRO
3
750
ruby.wasmで多人数リアルタイム通信ゲームを作ろう
lnit
3
460
GraphRAGの仕組みまるわかり
tosuri13
8
530
Node-RED を(HTTP で)つなげる MCP サーバーを作ってみた
highu
0
120
10 Costly Database Performance Mistakes (And How To Fix Them)
andyatkinson
0
250
地方に住むエンジニアの残酷な現実とキャリア論
ichimichi
5
1.5k
Flutterで備える!Accessibility Nutrition Labels完全ガイド
yuukiw00w
0
160
“いい感じ“な定量評価を求めて - Four Keysとアウトカムの間の探求 -
nealle
1
9.3k
AIエージェントはこう育てる - GitHub Copilot Agentとチームの共進化サイクル
koboriakira
0
520
スタートアップの急成長を支えるプラットフォームエンジニアリングと組織戦略
sutochin26
1
4.9k
チームで開発し事業を加速するための"良い"設計の考え方 @ サポーターズCoLab 2025-07-08
agatan
1
350
Railsアプリケーションと パフォーマンスチューニング ー 秒間5万リクエストの モバイルオーダーシステムを支える事例 ー Rubyセミナー 大阪
falcon8823
5
1.1k
Featured
See All Featured
Navigating Team Friction
lara
187
15k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
960
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
126
52k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
The Art of Programming - Codeland 2020
erikaheidi
54
13k
Thoughts on Productivity
jonyablonski
69
4.7k
A better future with KSS
kneath
238
17k
Art, The Web, and Tiny UX
lynnandtonic
299
21k
What's in a price? How to price your products and services
michaelherold
246
12k
Optimising Largest Contentful Paint
csswizardry
37
3.3k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
48
5.5k
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