albatrosary's blog

UI/UXとエンタープライズシステム

hottowel - Yeoman Advent Calendar 2015

hottowel を紹介する。何と言ってもこれJohn Papaさんが作ったジェネレータでテンプレートとかが超参考になる。このエントリーは「Yeoman Advent Calendar 2015」12月3日の記事です。

www.npmjs.com

John PapaさんはAngularスタイルガイドをまとめた人。Angularやってる人で読んだこと無い人いないんじゃない?

github.com

構成

  • Angular1
  • ui router
  • AngularPlus: AngularPlus (ngplus) contains a set of helpers, directives and services for AngularJS, under MIT license.
  • moment
  • gulp とか

インストール

$ npm install -g generator-hottowel
$ mkdir mydir && cd $_
$ yo hottowel helloworld

実行

$ gulp serve-dev

ブラウザが立ち上がりアプリが表示される

f:id:albatrosary:20151204093652p:plain

最後に

何と言ってもソースとか構成は参考になるしAngularPlusというのも興味深い。要チェックジェネレータ。