2.0.3 • Published 27 days ago

create-l v2.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
27 days ago

create-l

npm CI

TypeScript Library Scaffold.

Using

# npm
$ npm create l

# yarn
$ yarn create l

# pnpm
$ pnpm create l

# bun
$ bunx create-l

Then you need to answer a series of questions to create the template.

You can also directly specify the project name and the template to use via additional command line options.

$ npm create l --name <projectName> --bundle <unbuild | tsup | vite>

The default project name is my-lib and the default bundle tool is unbuild if no project name or bundle tool is specified.

Currently supported template presets include:

  • unbuild
  • tsup
  • vite

You can use . for the project name to scaffold in the current directory.

!IMPORTANT Since v2.0.0, monorepo and Vue SFC templates have been removed. If you still have a need to use them, you can use cli with legacy tag

# npm
$ npm create l@legacy

# yarn
$ yarn create l@legacy

# pnpm
$ pnpm create l@legacy

# bun
$ bunx create-l@legacy
2.0.3

27 days ago

2.0.2

29 days ago

2.0.1

1 month ago

2.0.0

1 month ago

1.0.0

8 months ago

0.1.1

9 months ago

1.0.0-beta.2

8 months ago

1.0.0-beta.3

8 months ago

1.0.0-beta.4

8 months ago

1.0.0-beta.0

8 months ago

1.0.0-beta.1

8 months ago

0.1.0

11 months ago

0.0.0

11 months ago