slothd-cli

a slothd cli

Usage no npm install needed!

<script type="module">
  import slothdCli from 'https://cdn.skypack.dev/slothd-cli';
</script>

README

Slothd-Cli

NPM

Usage

Install

install ' slothd-cli ' with npm or yarn

$ npm i slothd-cli -g
$ yarn global add slothd-cli

AddSite

add site with slothd-cli

$ slothd-cli addsite SiteName
$ cd SiteName
$ npm / yarn install

AddComponent

add a component

$ slothd-cli addcomponent
? 请输入组件名 componentname
? 组件描述 component description
? 当前目录不存在components文件夹,是否创建? Yes
√ components 创建成功 :)
√ 组件创建成功