Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

sync npmmirror

NotificationsYou must be signed in to change notification settings

soybeanjs/syncmirror

Repository files navigation

Usage

use npx

sync single package

npx syncmirror -s @soybeanjs/cli

sync multi packages

npx syncmirror -s @soybeanjs/cli,@soybeanjs/eslint-config

use api

import{sync}from'syncmirror'// 1. sync single package// if not provide the name, it will use the package.json namesync();// sync the package with name@soybeanjs/clisync('@soybeanjs/cli');// 2. sync multi packagessync(['@soybeanjs/cli','@soybeanjs/eslint-config']);// 3. with optionssync('@soybeanjs/cli',{cwd:process.cwd(),log:true,timeout:1000*60,});

help

npx syncmirror -h

About

sync npmmirror

Resources

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp