1.0.2 • Published 3 months ago

create-horus v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

create-horus

This is a package generated using the dom-library template of the horus.dev monorepo.

It's the best starting point for a new package, as it provides the following out of the box:

  • @horus.dev/eslint-config
  • @horus.dev/tsconfig
  • Common npm scripts for developing, building, testing, and linting.

Usage

To use this package from another package or app in the monorepo, you can install it using the following command:

pnpm add create-horus@workspace:*

Development

If you want to work on this package, you can clone the monorepo and run the following commands:

pnpm install
cd packages/create-horus
pnpm dev

Scripts

The following scripts are available:

  • pnpm dev. Starts the compiler in watch mode.
  • pnpm build. Builds the package.
  • pnpm lint. Lints the package with ESLint and Prettier.
  • pnpm lint:fix. Runs ESLint and Prettier to fix any styling issues.
  • pnpm typecheck. Runs the TypeScript type checker.
1.0.2

3 months ago

1.0.1

4 months ago

1.0.0

4 months ago

0.0.0

4 months ago