Installation

Installing @exlaso/tech-stack-metadata is straightforward with your preferred package manager. This package is production-ready and works seamlessly with React and Next.js.

npm install @exlaso/tech-stack-metadata

Prerequisites

  • React project setup (v16.8 or higher recommended)
  • react-icons is included as a dependency
  • TypeScript is recommended for best developer experience

Note

This package is optimized for TypeScript projects but works with JavaScript as well.

Verifying Installation

After installation, you can verify it's working correctly by importing it in your project:

import { techCategories } from "@exlaso/tech-stack-metadata";

// Log available tech categories
console.log(techCategories.map(category => category.label));

Package Size

Minified Size:~40KB
Gzipped Size:~12KB

Next Steps

Now that you've installed the package, you're ready to start using it in your project: