README
@arted/cli
Arted shell utils
Installation
npm
$ npm install -g @arted/cli
or yarn
$ yarn global add @arted/cli
Usage
# zip dir to dir.zip
$ dzip dir dir.zip
# unzip dir.zip
$ dzip -x dir.zip
Arted shell utils
<script type="module">
import artedCli from 'https://cdn.skypack.dev/@arted/cli';
</script>
Arted shell utils
npm
$ npm install -g @arted/cli
or yarn
$ yarn global add @arted/cli
# zip dir to dir.zip
$ dzip dir dir.zip
# unzip dir.zip
$ dzip -x dir.zip