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

0.2.0 • 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

/@mcous/create/

    Package Sidebar

    Install

    npm i @mcous/create

    Weekly Downloads

    1

    Version

    0.2.0

    License

    MIT

    Unpacked Size

    80.1 kB

    Total Files

    89

    Last publish

    Collaborators

    • mcous