0.1.0 • Published 1 year ago

typed-js-lib v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Typed Javascript Library version install size

📦 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

  1. Clone the repository and change the name
  2. Install the dependencies
  3. 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.


0.1.0

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago