yargs/yargs

How to migrate from yargs@16

Open

#1,948 opened on 2021年5月20日

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)JavaScript (1,053 forks)batch import
Help Wantedquestion

Repository metrics

Stars
 (10,829 stars)
PR merge metrics
 (平均マージ 113d 19h) (30d で 11 merged PRs)

説明

The usage at yargs 16 can be:

import yargs from 'yargs/yargs';

Then yargs.js is gone since upgrade yargs to 17. I'm going to migrate project to ESM, and this stop me to next step.

コントリビューターガイド