Skip to content

Package Essential - An Essential Template to get started with TypeScript based package with all the essentials included.

Notifications You must be signed in to change notification settings

labelementary/package-essential

Repository files navigation

Package Essential

Package Essential - An Essential Template to get started with TypeScript based package with all the essentials included...

Features

  • 💻 Language: TypeScript - Typed superset of JavaScript
  • 📦 Tsup: Tsup - The next generation frontend build tool
  • 🧹 Linting and Formatting: Biome.js - Fast and customizable linter and formatter
  • ⚙️ Build: Github Actions - Automated workflows for CI/CD
  • 🛠 Commit: Husky - Git hooks made easy
  • 📦 Package: pnpm - Fast, disk space efficient package manager

Getting Started

  1. Clone the repository
  2. Install dependencies: npm install or pnpm install or yarn install

Contributing

Contributions are always welcome! Please follow these steps:

  1. Fork the repository
  2. Create a new branch: git checkout -b feature/your-feature-name
  3. Make your changes and commit them: git commit -m 'Add some feature'
  4. Push to the branch: git push origin feature/your-feature-name
  5. Submit a pull request

For major changes, please open an issue first to discuss what you would like to change.

About

Package Essential - An Essential Template to get started with TypeScript based package with all the essentials included.

Topics

Resources

Stars

Watchers

Forks