Skip to content

Project initialization tool, Quickly deploy your web project

Notifications You must be signed in to change notification settings

WeilinerL/nuwa-cli

Repository files navigation

nuwa-cli

project initialization、CD framework

项目初始化、持续部署框架

开发指南

  1. yarn install
  2. yarn install:sub
  3. npx husky install
  4. yarn run dev

发布

yarn release

安装指南

  1. 登录你的CentOS
  2. Github选择最新的release版本,拷贝下载地址进行下载,如:(注意:这里的0.0.1-demo与下面启动项目中的名称一致)
curl -Lo nuwa-cli.tar.gz https://github.com/WeilinerL/nuwa-cli/archive/refs/tags/0.0.1-demo.tar.gz
  1. 解压下载的安装包
tar -zxvf nuwa-cli.tar.gz
  1. 启动项目
cd ./nuwa-cli-0.0.1-demo/bin/docker && chmod +x ./start.sh && ./start.sh