typed-js-lib
v0.1.0
Published
📦 An easy and ready-to-publish library boilerplate with JavaScript
Downloads
7
Readme
Typed Javascript Library
📦 An easy and ready-to-publish library boilerplate with JavaScript.
Features
- Ready for use! Just install it and code!!
- All written in JavaScript (i.e. no compilation time)
- We are using the Airbnb Style Guide to Javascript.
⬇️ How to download and use it
- Clone the repository and change the name
- Install the dependencies
- Build and start
git clone https://github.com/kauefraga/typed-js-lib.git {your-project-name}
cd {your-project-name}
pnpm i --frozen-lockfile
pnpm build
pnpm start
We are using PNPM however feel free to change it to one of your preference.
🛠 Technologies
- Eslint Airbnb Base
- [Vitest] - Vitest is a blazing fast unit test framework powered by Vite.
- Typescript and tsx - Improve the DX by adding type safety and a blazingly fast execution provided by esbuild.
📝 License
This project is licensed under the MIT License - See the LICENSE for more information.