@trapar-waves/captain
v1.1.23
Published
A template management tool for organizing and listing various project templates.
Maintainers
Readme
@trapar-waves/captain
A template management tool for organizing and listing various project templates.
Features
- Centralized management of multiple project templates (CLI, React, Vue, LLM, etc.)
- Pre-integrated template metadata from official Trapar Waves template packages
- Provides a unified template list for quick access and selection
- Supports both ESM and CommonJS module formats
Installation
To install the package, use npm:
npm install @trapar-waves/captainOr with yarn:
yarn add @trapar-waves/captainOr with pnpm:
pnpm add @trapar-waves/captainUsage
This package is primarily used as a dependency to provide a list of available templates. Here's how you can import and use it in your project:
import { createList } from '@trapar-waves/captain';
console.log(createList);
// Outputs an array of template objects with name and descriptionSupported Templates
- CLI templates
- React templates (Ant Design Pro, Mantine Tailwind, Tailwind, Tanstack, Maplibre integrations)
- Vue Tailwind template
- LLM project template
Contributing
Contributions are welcome! Please follow the standard GitHub flow for submitting pull requests.
License
MIT License © 2025 Trapar Waves
