@cat-org/create-projectdeprecated

Creating project for cat-org

Usage no npm install needed!

<script type="module">
  import catOrgCreateProject from 'https://cdn.skypack.dev/@cat-org/create-project';
</script>

README

@cat-org/create-project ยท npm npm-size

Use to create a new project. This package supports to use with babel, flow, prettier, eslint, and jest. This will also use husky and lint-staged to check the commit.

Run command

yarn create @cat-org/project ./new-project
  • --lerna: If you want to add a new project to a lerna-managed project, you can use yarn create @cat-org/project --lerna.
  • You can see the all example projects here.