TDD 實戰

Preview:

Citation preview

TDD 實戰

開發的源頭 ⾃自動化的起點https://www.slidenow.com/slide/98

about me• id: smlsun• JAVA• JS• blog• linkedin• github• twitter

yeoman快速產⽣生初始專案

• npm install -g yo

• npm install -g generator-coffee-module

• npm package template

npm套件管理 模組化

• npm publish

• npm unpublish <package-name>@<version>

• republish: You can't do that anymore.

travis ciauto testing

bower前端套件管理 模組化

loopback + TDD範例 github

• https://github.com/smlsunxie/facebook-helper

• https://github.com/smlsunxie/loopback-tdd-sample

Happy coding!!接下來就是你們的事了!