create-monorepository

A simple tool for creating monorepo

Usage no npm install needed!

<script type="module">
  import createMonorepository from 'https://cdn.skypack.dev/create-monorepository';
</script>

README

create-monorepository

Just a simple tool for creating a monorepository.

Background

In our daily development, we may often need to create projects repeatedly. At the same time, we need to configure eslint, stylelint, typescript, commitlint repeatedly, which is boring. So, I created this tool to free myself from this repetitive and boring work.

Usage

npx create-monorepository my-awesome-project

Then you will be asked some questions about your project, select answer and hit enter to go on.