Skip to content

Programmatically create unified, standardised tool chains, powered by funish.

License

Notifications You must be signed in to change notification settings

funish/toolchains

Repository files navigation

Funish Toolchains

GitHub Contributor Covenant

A comprehensive collection of development toolchains for modern JavaScript/TypeScript projects, powered by Funish.

Features

  • 🛠️ Complete Toolset: Everything you need for modern JS/TS development
  • 📦 Modular Design: Use only what you need, each tool is a separate package
  • 🔧 Easy Configuration: Simple and intuitive configuration for all tools
  • 🚀 Performance Focused: Built with performance in mind
  • 💪 TypeScript First: Full TypeScript support with type definitions
  • 🔄 Seamless Integration: Tools work together perfectly
  • 📚 Well Documented: Comprehensive documentation for each package
  • 🧪 Well Tested: Extensive test coverage

Packages

Core Tools

Development Tools

Git Tools

Getting Started

Prerequisites

  • Node.js 16.x or higher
  • pnpm 8.x or higher

Installation

# Install all packages
pnpm install

# Or install individual packages
pnpm add @funish/cli @funish/argv # etc.

Development

# Install dependencies
pnpm install

# Build all packages
pnpm build

# Run tests
pnpm test

# Run linting
pnpm lint

Project Structure

funish/
├── packages/         # Individual packages
├── playground/       # Examples and tests
├── docs/            # Documentation
└── scripts/         # Build and maintenance scripts

Contributing

We welcome contributions! Please see our Contributing Guide for details.

Development Process

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'feat: add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Thanks to all contributors who have helped shape Funish Toolchains
  • Inspired by many great open source projects in the JavaScript ecosystem

Support


MIT © Funish

Releases

No releases published

Packages

No packages published