Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.79 KB

README.md

File metadata and controls

54 lines (35 loc) · 1.79 KB

@sklandplus Monorepo

此为 @sklandplus npm Organization 下众多 package 的 monorepo。

What's inside?

This Turborepo includes the following packages/apps:

Apps and Packages

Each package/app is 100% TypeScript.

Utilities

These are not packages or apps, but rather utilities that are used by the Turborepo itself.

  • packages/tsconfig: TypeScript configuration for all packages and apps.
  • packages/eslint-config-custom: ESLint configuration for all packages and apps.

Build

To build all apps and packages, run the following command:

yarn build

Develop

To develop all apps and packages, run the following command:

yarn dev

Contributing

Please see CONTRIBUTING.md for details.

License

This project is licensed under the terms of the MIT license.