create-monorepo-template

0.1.28 • Public • Published

create-monorepo-template

Bootstrap a monorepo for front-end applications. Uses Create Monorepo App to bootstrap applications inside the monorepo.

npx create-monorepo-template my-app

It will create a directory called my-app inside the current folder.
Inside that directory, it will generate the initial monorepo structure and install the devDependencies It uses eslint internally.

my-app
├── package.json
└── packages

Once the installation is done, you can open your project folder:

cd my-app

Inside the newly created project, you can run yarn new to bootstrap a new app.

Readme

Keywords

none

Package Sidebar

Install

npm i create-monorepo-template

Weekly Downloads

0

Version

0.1.28

License

MIT

Unpacked Size

20.8 kB

Total Files

9

Last publish

Collaborators

  • utrolig