gatsby 0.0.0

Gatsby static site generator compiler in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! 命令行工具模块

/// 构建命令
pub fn build() {
    // 构建实现
}

/// 开发命令
pub fn dev() {
    // 开发实现
}