@stackone/file-picker
v0.0.2
Published
Navigate and select files from connected integrations
Downloads
73
Keywords
Readme
File Picker
Description
StackOne File Picker to navigate and select files from connected integrations.
The teck stack used inside in this package is composed by:
- Node.js - JavaScript runtime
- TypeScript - Typed JavaScript
- Rollup - Module bundler
- Vitest - Testing framework
- Biome - Linting and formatting
Requirements
Node.js 20+ is required to run this project. The recommended way to install and manage Node.js versions is using Volta.
Installation
# install dependencies
$ npm install
This command will also install husky to ensure that all the commits follow the Conventional Commits specification.
Available commands
# clean build output
$ npm run clean
# build package
$ npm run build
# run tests
$ npm run test
# run tests with coverage report
$ npm run test:coverage
# run linter
$ npm run lint
# run linter and try to fix any error
$ npm run lint:fix
Convential Commits
This project uses Conventional Commits to ensure that all the commits follow a standard. This is done to ensure that the changelog can be automatically generated and to allow the automatic versioning of the package.