Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

youngjuning-archive/seve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seve

A cli tools based on Deno.

Seve is 伍六七's English name

Install

Install Latest Version

With Shell:

curl -fsSL https://youngjuning.js.org/seve/install.sh | sh

With PowerShell:

iwr https://youngjuning.js.org/seve/install.ps1 -useb | iex

Install Specific Version

With Shell:

curl -fsSL https://youngjuning.js.org/seve/install.sh | sh -s v0.0.1

With PowerShell:

$v="0.0.1"; iwr https://youngjuning.js.org/seve/install.ps1 -useb | iex

Known Issues

unzip is required

The program unzip is a requirement for the Shell installer.

$ curl -fsSL https://youngjuning.js.org/seve/install.sh | sh
Error: unzip is required to install Seve (see: https://github.com/youngjuning/seve#unzip-is-required).

When does this issue occur?

During the install.sh process, unzip is used to extract the zip archive.

How can this issue be fixed?

You can install unzip via brew install unzip on MacOS or apt-get install unzip -y on Linux.

About

一款基于 Deno 的 CLI

Resources

Stars

Watchers

Forks

Packages

No packages published