Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Spike to create a Google Chrome extension that is developed in TypeScript + TailwindCSS

License

Notifications You must be signed in to change notification settings

freitas-labs/chrome-extension-typescript-tailwindcss

Repository files navigation

chrome-extension-typescript-tailwindcss

Spike to create a Google Chrome extension that is developed in TypeScript + TailwindCSS

How did I achieve it?

TypeScript support enabled using chrome-extensions-typescript spike. TailwindCSS configured using official installation doc.

tailwind

Scripts

  • npm run build to transpile and bundle files in .cjs, .js, .d.ts and respective source-maps
  • npm run start to run the project with hot-reload
  • npm run test to run the unit tests
  • npm run lint to analyze and lint the project
  • npm run format to format the project based on lint feedback
  • npm run docs to generate docs site
  • npm run docs:publish to generate docs site and publish it to GitHub Pages

Hooks

This repository is configured with client-side Git hooks that automatically format + lint the codebase before each push. You can install it by running the following command:

./hooks/INSTALL

Contact

This template was prepared by:

  • João Freitas, @freitzzz
  • Rute Santos, @rutesantos4

Contact us for freelancing work!

About

Spike to create a Google Chrome extension that is developed in TypeScript + TailwindCSS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published