A comprehensive collection of development toolchains for modern JavaScript/TypeScript projects, powered by Funish.
- 🛠️ 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
- @funish/cli - Powerful CLI creation utilities
- @funish/argv - Command line argument parsing
- @funish/prompt - Interactive command line prompts
- @funish/bench - Performance benchmarking utilities
- @funish/bump - Version management and publishing
- @funish/lint - Code and commit message linting
- @funish/scaffolding - Project scaffolding
- @funish/githooks - Git hooks management
- @funish/githooks-config - Default Git hooks configuration
- Node.js 16.x or higher
- pnpm 8.x or higher
# Install all packages
pnpm install
# Or install individual packages
pnpm add @funish/cli @funish/argv # etc.
# Install dependencies
pnpm install
# Build all packages
pnpm build
# Run tests
pnpm test
# Run linting
pnpm lint
funish/
├── packages/ # Individual packages
├── playground/ # Examples and tests
├── docs/ # Documentation
└── scripts/ # Build and maintenance scripts
We welcome contributions! Please see our Contributing Guide for details.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'feat: add amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to all contributors who have helped shape Funish Toolchains
- Inspired by many great open source projects in the JavaScript ecosystem