Successfully reported this slideshow.
We use your LinkedIn profile and activity data to personalize ads and to show you more relevant ads. You can change your ad preferences anytime.

進撃のSbt

591 views

Published on

sbt pluginの作り方をLTで紹介しました

Published in: Technology
  • DOWNLOAD THIS BOOKS INTO AVAILABLE FORMAT (Unlimited) ......................................................................................................................... ......................................................................................................................... Download Full PDF EBOOK here { https://tinyurl.com/y6a5rkg5 } ......................................................................................................................... Download Full EPUB Ebook here { https://tinyurl.com/y6a5rkg5 } ......................................................................................................................... ACCESS WEBSITE for All Ebooks ......................................................................................................................... Download Full PDF EBOOK here { https://tinyurl.com/y6a5rkg5 } ......................................................................................................................... Download EPUB Ebook here { https://tinyurl.com/y6a5rkg5 } ......................................................................................................................... Download doc Ebook here { https://tinyurl.com/y6a5rkg5 } ......................................................................................................................... ......................................................................................................................... ......................................................................................................................... .............. Browse by Genre Available eBooks ......................................................................................................................... Art, Biography, Business, Chick Lit, Children's, Christian, Classics, Comics, Contemporary, Cookbooks, Crime, Ebooks, Fantasy, Fiction, Graphic Novels, Historical Fiction, History, Horror, Humor And Comedy, Manga, Memoir, Music, Mystery, Non Fiction, Paranormal, Philosophy, Poetry, Psychology, Religion, Romance, Science, Science Fiction, Self Help, Suspense, Spirituality, Sports, Thriller, Travel, Young Adult,
       Reply 
    Are you sure you want to  Yes  No
    Your message goes here
  • DOWNLOAD THIS BOOKS INTO AVAILABLE FORMAT (Unlimited) ......................................................................................................................... ......................................................................................................................... Download Full PDF EBOOK here { https://tinyurl.com/yyxo9sk7 } ......................................................................................................................... Download Full EPUB Ebook here { https://tinyurl.com/yyxo9sk7 } ......................................................................................................................... ACCESS WEBSITE for All Ebooks ......................................................................................................................... Download Full PDF EBOOK here { https://tinyurl.com/yyxo9sk7 } ......................................................................................................................... Download EPUB Ebook here { https://tinyurl.com/yyxo9sk7 } ......................................................................................................................... Download doc Ebook here { https://tinyurl.com/yyxo9sk7 } ......................................................................................................................... ......................................................................................................................... ......................................................................................................................... .............. Browse by Genre Available eBooks ......................................................................................................................... Art, Biography, Business, Chick Lit, Children's, Christian, Classics, Comics, Contemporary, Cookbooks, Crime, Ebooks, Fantasy, Fiction, Graphic Novels, Historical Fiction, History, Horror, Humor And Comedy, Manga, Memoir, Music, Mystery, Non Fiction, Paranormal, Philosophy, Poetry, Psychology, Religion, Romance, Science, Science Fiction, Self Help, Suspense, Spirituality, Sports, Thriller, Travel, Young Adult,
       Reply 
    Are you sure you want to  Yes  No
    Your message goes here
  • Be the first to like this

進撃のSbt

  1. 1. 鈴木雄登
  2. 2. 自己紹介 • 鈴木雄登 • @moc_yuto • scala歴1年くらい • 自然言語処理とか • APIとかサーバサイド
  3. 3. sbt pluginとは $ sbt > compile [success] Total time: 0 s, completed 2015/11/16 16:20:32 >fastOptJS これとか! これとか!
  4. 4. 作ると何ができる? • 特定のタイミングでプロジェクト上にタスクを走ら せることができる compile: コンパイル fastOptJS: ScalaJSコンパイル test:テスト実行
  5. 5. 特定のタイミング? • プロジェクト読み込み時(sbt起動時) • sbtコンソール上でコマンドを打ち込んだ時
  6. 6. 必要なファイル ★ build.sbt ★ projectフォルダ ★ project/build.properties ★ project/plugin.sbt
  7. 7. 必要なファイル ✦ build.sbt ✦ projectフォルダ ✦ project/build.properties ✦ project/plugin.sbt プロジェクト開始前に行うスクリプトを記載 build.sbtに使うファイル群 build.sbtの設定 プロジェクトに必要なpluginを追加
  8. 8. 関係性 build.sbt projectフォルダ 参照
  9. 9. projectファイル内は 普通のscalaスクリプトを書ける
  10. 10. 実は再帰的 build.sbt projectフォルダ 参照 build.sbt projectフォルダ 参照
  11. 11. 作ってみた • sbt json: https://github.com/moc-yuto/sbt- json
  12. 12. ありがとうございました!

×