LiveScript 非常簡化,而且同一件事情寫法很多種,如果寫法不統一程式碼會亂,所以請統一寫法,請 嚴格遵守 LiveScript style guide,其他這份文件沒列到的就繼承 nodejs coding style 還有 Google 的 JavaScript style guide。
Example:
...
<body>
<header class="header header--page">
<h1 class="header__title">Site Name</h1>
</header>
</body>
...
{
"generator": {
"[名稱]": {
"template": "[Template 檔案(Jade)]",
"source": "[Markdown 檔案來源]",
"destination": "[輸出目錄]"
}
}
}
$ node ./tools/generator/index.js [名稱1] [名稱2]
or
$ npm run gen
Copyright (c) 2013 NodeJS.tw Licensed under the MIT license.