npm

@pkg-tools/create-pkg
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

npm i @pkg-tools/create-pkg

Weekly Downloads

0

Version

0.0.6

License

MIT

Unpacked Size

34.3 kB

Total Files

35

Last publish

Collaborators

  • joemckenney