2.0.8 • Published 4 years ago

@minjs1cn/any-cli v2.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

any-cli

定制私有任务的cli工具

Usage

yarn add @minjs1cn/any-cli
any -h

Commands

any clone app-name

any clone myApp --org vitejs

Config

any.config.js

/**
 * @type import('./lib/types').AnyUserConfig
 */
module.exports = {
  api: 'http://gitlab2.dui88.com/api/v4',
  org: 'tuia-tempalte-peojects'
}
/**
 * @type import('./lib/types').AnyUserConfig
 */
module.exports = {
  org: 'vitejs'
}

config.d.ts

export type AnyUserConfig = {
  api?: string
  org?: string
}
2.0.8

4 years ago

2.0.5

4 years ago

2.0.4

4 years ago

2.0.7

4 years ago

2.0.6

4 years ago

2.0.3

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.1

4 years ago

1.0.11

4 years ago

1.0.0

5 years ago