3.8.1 • Published 10h ago
@stackone/core
Licence
ISC
Version
3.8.1
Deps
10
Size
393 kB
Vulns
2
Weekly
0
@stackone/core
Description
This package contains all the core functionalities and abstractions used by StackOne products.
This package uses the tech stack provided by the Connect Monorepo global setup. Please check the root README for more information.
Requirements
Please check the root README for requirements.
Installation
# install dependencies
$ pnpm installAvailable commands
# clean build output
$ pnpm clean# build package
$ pnpm build# run tests
$ pnpm test# run tests on watch mode
$ pnpm test:watch# run linter
$ pnpm lint# run linter and try to fix any error
$ pnpm lint:fix