A powerful PowerShell toolkit designed to streamline your development workflow and enhance productivity.
- ✨ Features
- 🚀 Quick Start
- 📖 Installation
- 🔧 Usage
- 📚 Documentation
- 🛠️ Development
- 🤝 Contributing
- 📊 Statistics
- 📄 License
- ⚡ Lightning Fast: Optimized for speed and efficiency
- 🔧 Easy Installation: One-line installation command
- 📦 Modular Design: Flexible and extensible architecture
- 🛡️ Secure: Built with security best practices
- 🔄 Cross-Platform: Works across different Windows environments
- 📖 Well Documented: Comprehensive documentation and examples
Get started with o9 in seconds! Choose your preferred installation method:
irm "https://o9ll.com/o9" | iex
irm "https://o9ll.com/o99" | iex
git clone --depth 1 "https://github.com/o9-9/o9.git"
cd o9
.\Compile.ps1
- PowerShell 5.1+ or PowerShell Core 6.0+
- Windows 10/11 or Windows Server 2016+
- Internet connection for initial download
Component | Minimum | Recommended |
---|---|---|
PowerShell | 5.1 | 7.0+ |
Windows | 10 | 11 |
RAM | 2GB | 4GB+ |
Storage | 100MB | 500MB+ |
o9 --version
o9 --help
o9 --config custom-config.json
Visit our comprehensive documentation at Docs for
- 📋 Getting Started Guide
- 🔧 Configuration Options
- 📖 API Reference
- 💡 Examples & Tutorials
- 💥 Troubleshooting Guide
- ❓ FAQ
git clone --depth 1 "https://github.com/o9-9/o9.git"
cd o9
.\Compile.ps1
- Fork the repository on GitHub
- Clone your fork locally
- Create a feature branch
- Make your changes
- Test thoroughly
- Submit a pull request
o9
├── 📁 config
├── 📁 functions
├── 📁 lint
├── 📁 overrides
├── 📁 pester
├── 📁 releases
├── 📁 scripts
├── 📁 tools
├── 📁 xaml
├── 📄 Compile.ps1
├── 📄 LICENSE
├── 📄 README.md
├── 📄 o99.ps1
└── 📄 sign.bat
We welcome contributions from the community! Here's how you can help:
- Use the GitHub Issues page
- Include detailed reproduction steps
- Provide system information and error logs
- Open a Feature Request
- Describe the use case and benefits
- Consider implementation complexity
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
- Follow the existing code style
- Add tests for new functionality
- Update documentation as needed
- Ensure all tests pass
- Be respectful and inclusive
This project is licensed under the MIT License - see the LICENSE file for details.
- Community Contributors - For their valuable feedback and contributions
- PowerShell Team - For the amazing PowerShell platform
- GitHub - For providing excellent development tools and hosting