1.3.0 • Published 6 months ago

@chenjf/create-package v1.3.0

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

create-package

此项目用于简单、快速地创建包或后台项目的雏形(所有项目基于 ts)

With npm:

npm init @chenjf/package

With yarn:

yarn create @chenjf/package

With pnpm:

pnpm create @chenjf/package

Or directly specify the project name and the template:

# npm 6.x
npm init @chenjf/package my-project --template vue-ts-git

# npm 7+
npm init @chenjf/package -- my-project --template vue-ts-git

# yarn
yarn create @chenjf/package my-project --template vue-ts-git

# pnpm
pnpm create @chenjf/package my-project --template vue-ts-git

Options

optionaliadesc
--template-t

Supported template presets:

  • package
  • vue-ts-git
  • vue-admin-ts-git

Notice

After installing packages, executing script enable:hooks if hooks can not run

1.3.0

6 months ago

1.2.0

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.1.5

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago