- 授权协议: MIT
- 开发语言: C# JavaScript
- 操作系统: Windows
- 软件首页: http://fsharp.github.io/FAKE/
- 官方下载: https://github.com/fsharp/FAKE/releases
软件介绍
"FAKE - F# Make" 是构建自动化系统,类似 make 和 rake。FAKE 使用简单的指定域名语言(DSL),不需要学习 F# 就可以轻松入门。
简单示例
#r "tools/FAKE/tools/FakeLib.dll" // include Fake lib open Fake Target "Test" (fun _ -> trace "Testing stuff...") Target "Deploy" (fun _ -> trace "Heavy deploy action")"Test" // define the dependencies ==> "Deploy"Run "Deploy"
The Shallows
Nicholas Carr / W. W. Norton & Company / 2010-6-15 / USD 26.95
"Is Google making us stupid?" When Nicholas Carr posed that question, in a celebrated Atlantic Monthly cover story, he tapped into a well of anxiety about how the Internet is changing us. He also crys......一起来看看 《The Shallows》 这本书的介绍吧!
UNIX 时间戳转换
UNIX 时间戳转换
HEX HSV 转换工具
HEX HSV 互换工具
