femaker-0.1.1 is not a library.
Visit the last successful build:
femaker-0.1.3
前端脚手架 - femaker
rust重构fe-cli, 重命名为 femaker;
特点
- 简单优雅
- 提高前端的研发效能
- 速度快
安装
# 注意
# 使用以下命令将 Rust 的二进制目录添加到你的 PATH
# 更新当前终端会话中的 PATH:
# 命令行直接运行
femaker new
项目初始化的标准流程:
# 初始化 demo 项目
# 先创建远程仓库,然后 本地仓库与远程仓库关联
femaker add 添加模版
将平时喜欢的项目模版添加到 femaker 脚手架(仅支持 git 仓库)
femaker list 查看模版
femaker deploy 发布(建议只用于发布开发/测试环境)
# 1、在项目根目录配置deploy.config.json; 标准格式如下
[
{
}
{
}
# 2、在项目根目录执行 femaker deploy
发布
# https://crates.io/settings/tokens
# new token
rust 代码规范
# 安装 vscode-rustfmt 插件
// .vscode/settings.json