Yarn
  • 新手指南
  • 文档
  • 包
  • 博客
  • 中文
    English Français Português (Brasil) 中文
  • Discord Discord
  • Twitter Twitter
  • Facebook Facebook
  • Github GitHub
找到 11 个包,花费 16 毫秒
program-version1.2kMIT1.0.0

Returns the program/package name and version as a string with optional format customization.

wilmooreabout 3 years 前program-version, package, package.json, program
npmGitHub
msunc-cli14ISC1.0.5

这是用来编写指令和处理命令行的,具体用法如下: ```js const program = require("commander"); // 定义指令 program .version('0.0.1') .command('init', 'Generate a new project from a template') .action(() => { // 回调函数 }) // 解析命令行参数 program.parse(process.argv); ``` 回忆一下我们用过的 v

jacksongao188over 2 years 前vue2, react, msunc-cli
npm
zyl-cli13ISC1.0.2

snowcat.js-->脚手架定义的所有命令的入口,这里暂时只有init命令 ```

 #!/usr/bin/env node
 'use strict'
 const program =require('commander')
program.version(require('../package').version) program.command('init').description('pull a new project').alias('i').

zhangyonglanover 3 years 前
npm
@henrydf/uuid-v46MIT1.0.4

mini-program version of uuid

henrydfalmost 2 years 前
npm
test-program-version3ISC2.0.1

test

hammad.ahsan51about 2 years 前test
npm
  • ‹
  • 1
  • 2
  • 3
  • ›
用 Algolia 搜索 - 看它是怎么工作的.

包

debug-jsdebug

Lightweight debugging utility for Node.js and the browser

debug, log, debugger
lodashlodash

Lodash modular utilities.

modules, stdlib, util
facebookreact

React is a JavaScript library for building user interfaces.

react
ljharbqs

A querystring parser that supports nesting and arrays, with a depth limit

querystring, qs, query, url
caolanasync

Higher-order functions and common patterns for asynchronous code

async, callback, module, utility
babelbabel-core

Babel compiler core.

6to5, babel, classes, const

Yarn 在 BSD 协议下发布 行为守则
编辑本页