@starshipjs/cli
v1.8.0
Published
前端工程脚手架工具
Downloads
15
Readme
@starship/cli
TODO: description
Usage
const cli = require('@starship/cli');
// TODO: DEMONSTRATE API
// git 命令 const remoteAdd = () => 'git subtree add --prefix=packages/starmap hui frame-layout'; const subtreeAdd = () => 'git subtree add --prefix=packages/starmap hui frame-layout'; const subtreePull = () => 'git subtree pull --prefix=packages/starmap hui frame-layout --squash'; const docsPull = ()=>'git subtree add --prefix=packages/docs starship-docs master --squash'
const docsPush = ()=>'git subtree push --prefix=packages/docs starship-docs master'
git remote add starship-docs https://git01.hundsun.com/jiayp27317/starship-docs.git