0.2.0 • Published 10 months ago

@mcous/create v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 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.2.0

10 months ago

0.1.2

1 year ago

0.1.1

2 years ago

0.1.0

2 years ago