构建自动化系统 FAKE

码农软件 · 软件分类 · 项目构建 · 2019-11-16 08:29:55

软件介绍

"FAKE - F# Make" 是构建自动化系统,类似 makerake。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"


本文地址:https://codercto.com/soft/d/19094.html

The Photoshop Anthology

The Photoshop Anthology

Corrie Haffly / SitePoint Pty. Ltd. / 2006 / USD 39.95

The Photoshop Anthology is full-color, question-and-answer book for Web Designers who want to use Photoshop to build Websites and create better looking web graphics more effectively. The book covers: ......一起来看看 《The Photoshop Anthology》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

URL 编码/解码
URL 编码/解码

URL 编码/解码

html转js在线工具
html转js在线工具

html转js在线工具