Core ·
The packages in this repo are used to create a new project for @cat-org/create-project
.
Babel
Here are the plugins for babel
.
Server
Here are the plugins for building the server.
Others
Here are the other packages for creating a new project.
- @cat-org/create-project
- @cat-org/utils
- @cat-org/logger
- @cat-org/configs
- @cat-org/badges
- @cat-org/lerna-flow-typed-install
- @cat-org/eslint-config-cat
- @cat-org/jest
Development
This project use lerna
to manage packages. You can use:
-
install:all
: Install the all pacakges. -
prod
: Build the production packages. -
release
: Release the packages. -
test
: Run the testing. -
clean
: Clean the all files which is built by the packages.