0.0.6 • Published 10 months ago

@pkg-tools/create-pkg v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@pkg-tools/create-pkg

A CLI for scaffolding packages w/ pkg-tools

Usage

# pnpm
pnpm create @pkg-tools/pkg

# Yarn
yarn create @pkg-tools/pkg

# npm
npm create @pkg-tools/pkg

And then follow the instructions printed in your terminal.

You can specify the path to initialize the example project and the template to use by running:

# pnpm
pnpm create @pkg-tools/pkg -- --path=path-to-package --template=template-name

# Yarn
yarn create @pkg-tools/pkg -- --path=path-to-package --template=template-name

# npm
npm create @pkg-tools/pkg -- --path=path-to-package --template=template-name

Templates

See the templates directory for the list of templates.

License

MIT

0.0.6

10 months ago

0.0.5

1 year ago

0.0.3

1 year ago

0.0.4

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago