A basic starter template for building a Typescript project using Rollup, Jest.
To get started, clone the repository and install the dependencies using npm.
git clone https://github.com/y1j2x34/rollup-jest-boilerplate.git
cd rollup-jest-boilerplate
npm iIn the project directory, you can run the following npm commands:
Builds the project for production and outputs the files to the lib folder.
Runs the Jest test suite to check to code quality and ensure that everything is working as expected.
Lints the code using ESLint and to ensure that the code is written according to the best practices.
Formats the code using Eslint to ensure that the code is clean, readable, and consistent.
- Rollup: A module bundler for JavaScript, used to build and package the project.
- Jest: A JavaScript testing framework, used to write and run tests for the project.
- Eslint: A lingting for JavaScript, used to enforce coding style and best practices.
- Commentlint: A linting tool for commit messages, used to enforce a consistent commit message format.
This project is lincensed under the MIT License.