0.1.2 • Published 3 months ago

@mcous/create v0.1.2

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

@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
0.1.2

3 months ago

0.1.1

7 months ago

0.1.0

7 months ago