create-akan-workspace
v1.0.8
Published
The quickest way to bootstrap a new Akan.js workspace with a single command. This package provides a streamlined entry point that automatically installs the Akan.js CLI and creates your workspace in one step.
Readme
🚀 Create Akan Workspace
The quickest way to bootstrap a new Akan.js workspace with a single command. This package provides a streamlined entry point that automatically installs the Akan.js CLI and creates your workspace in one step.
⚡ Get Started
The fastest way to create a new Akan.js workspace:
npx create-akan-workspaceThat's it! This single command will:
- Install the latest
@akanjs/cliglobally - Run the interactive workspace creation wizard
- Set up your development environment
Quick Setup Examples
# Interactive mode (recommended)
npx create-akan-workspace
# Specify organization name
npx create-akan-workspace "my-company"
# Full setup with options
npx create-akan-workspace "my-company" --app "web-app" --dir "./projects"📋 Options
| Option | Description | Example |
| ------------------ | ------------------------------ | ------------------ |
| [org] | Organization name (positional) | my-company |
| -a, --app <name> | Initial application name | --app web-app |
| -d, --dir <path> | Target directory | --dir ./projects |
🎯 What Happens Next
After running create-akan-workspace, you'll have:
- ✅ Akan.js CLI installed globally - Access to all
akancommands - 🏗️ Workspace created - Organized project structure
- 📱 Initial application - Ready-to-run starter app
- 🔧 Development environment - Configured tooling and dependencies
Start developing immediately:
cd <workspace-name>
akan start <app-name> --openNavigate to http://localhost:4200 to see your app running!
🛠️ Requirements
- Node.js >=20.x
- pnpm >=10.x
🔗 What's Next?
After creating your workspace, explore the full power of Akan.js CLI:
# AI-powered module creation
akan create-module
# Set up AI assistant
akan set-llm
# Build for production
akan build <app-name>📚 Learn More
@akanjs/cli- Full CLI documentation and features- Akan.js Documentation - Complete development guide
- Examples - Sample projects and tutorials
🤝 Contributing
This package is part of the Akan.js ecosystem. Contributions are welcome!
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Open a Pull Request
📄 License
This project is part of the Akan.js ecosystem. See the main repository for license information.
