0.0.0 • Published 1 year ago
@horus.dev/remix-relay v0.0.0
remix-relay
This is a package generated using the react-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 remix-relay@workspace:*Development
If you want to work on this package, you can clone the monorepo and run the following commands:
pnpm install
cd packages/remix-relay
pnpm devScripts
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.
0.0.0
1 year ago