Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.77 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.77 KB

lunalink

luna the cat with the title lunalink on her head

This library is an alternative to urlcat which isn't maintained anymore. That is why it is named after my cat, Luna 🐈‍⬛. Link is because it is easy to say after luna. That's it, that's the whole story.

I (@yoannfleurydev), did not want to fork urlcat to challenge myself into reimplementing it. Some API design are made to simplify my development, I hope it will simplify yours too.

What's inside?

This monorepo includes the following packages/apps:

Apps and Packages

  • web: a Next.js app
  • @repo/lunalink: the source code of the library. Learn mode about it in its dedicated README
  • @repo/eslint-config: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • @repo/typescript-config: tsconfig.jsons used throughout the monorepo

Each package/app is 100% TypeScript.

Build

To build all apps and packages, run the following command:

pnpm build

Develop

To develop all apps and packages, run the following command:

pnpm dev

Useful Links

Learn more about the power of Turborepo: