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

0.1.2 • Public • Published

@mcous/create

Create a new JS project with my base configurations.

Usage

Create a new project

Create a new project with ESLint, Prettier, and TypeScript configuration dependencies in a target directory:

pnpm create @mcous ./new-project

Customize module name, author, and repository

pnpm create @mcous ./new-project --name="fizzbuzz" --repository="my-org/fizzbuzz" --author="Alter Ego"

Update an existing project

Update/install shared configs and their peer dependencies in an existing project:

pnpm create @mcous ./existing-project

Readme

Keywords

none

Package Sidebar

Install

npm i @mcous/create

Weekly Downloads

2

Version

0.1.2

License

MIT

Unpacked Size

62.4 kB

Total Files

66

Last publish

Collaborators

  • mcous