create-aim
v0.1.8
Published
[](https://badge.fury.io/js/create-aim)
Readme
create-aim
Quickly scaffold new, opinionated project structures suitable for medium-sized applications, enforcing strong specifications and best practices from the start.
Features
- Rapid Setup: Get your project running in seconds with interactive prompts.
- Opinionated Templates: Start with well-defined structures and configurations.
- Strong Specifications: Includes configurations for tools like TypeScript, Biome (linter/formatter), and Tailwind CSS (in specific templates) to ensure code quality and consistency.
- Focus on Modern Frameworks: Currently provides templates tailored for modern web development (React focused initially).
Getting Started
To create a new project, run the following command in your terminal:
npx create-aim@latest your-project-nameOr using npm:
npm create aim@latest your-project-nameOr using yarn:
yarn create aim your-project-nameOr using pnpm:
pnpm create aim your-project-nameOr using bun:
bun create aim your-project-nameThis will launch an interactive setup process where you can choose your desired template.
Available Templates
react-ts-biome-tailwind: A robust starting point for React projects using TypeScript, Biome for linting/formatting, and Tailwind CSS for styling. (Note: Ensure this template is available and uncommented insrc/index.ts)- Other community/official starters via custom commands (e.g., React Router, TanStack Router).
(More templates might be available, check the interactive prompt for the full list)
Contributing
Contributions are welcome! Please feel free to submit issues or pull requests.
License
This project is licensed under the MIT License.
