|
| 1 | +# CodeForge |
| 2 | + |
| 3 | +Monorepo for CodeForge — an AI-powered development environment for Claude Code. |
| 4 | + |
| 5 | +## Packages |
| 6 | + |
| 7 | +| Package | Description | Version | |
| 8 | +|---------|-------------|---------| |
| 9 | +| [`container/`](container/) | CodeForge DevContainer (`codeforge-dev` on npm) | 2.0.0 | |
| 10 | +| [`cli/`](cli/) | CodeForge CLI (`codeforge-cli`) | 0.1.0 | |
| 11 | +| [`docs/`](docs/) | Documentation site ([codeforge.core-directive.com](https://codeforge.core-directive.com)) | — | |
| 12 | + |
| 13 | +## Quick Start |
| 14 | + |
| 15 | +```bash |
| 16 | +# Install the devcontainer into any project |
| 17 | +npx codeforge-dev |
| 18 | +``` |
| 19 | + |
| 20 | +See [`container/README.md`](container/README.md) for full setup instructions, prerequisites, and usage. |
| 21 | + |
| 22 | +## Development |
| 23 | + |
| 24 | +Each package manages its own dependencies independently: |
| 25 | + |
| 26 | +```bash |
| 27 | +# Container (npm) |
| 28 | +cd container && npm test |
| 29 | + |
| 30 | +# CLI (Bun) |
| 31 | +cd cli && bun test |
| 32 | + |
| 33 | +# Docs (npm) |
| 34 | +cd docs && npm run build |
| 35 | +``` |
| 36 | + |
| 37 | +See [`CLAUDE.md`](CLAUDE.md) for branching strategy and development rules. |
| 38 | + |
| 39 | +## Links |
| 40 | + |
| 41 | +- [Documentation](https://codeforge.core-directive.com) |
| 42 | +- [npm package](https://www.npmjs.com/package/codeforge-dev) |
| 43 | +- [GitHub](https://github.com/AnExiledDev/CodeForge) |
| 44 | +- [Changelog](container/.devcontainer/CHANGELOG.md) |
| 45 | + |
| 46 | +## Contributing |
| 47 | + |
| 48 | +We welcome contributions! Please read our [Contributing Guide](CONTRIBUTING.md) |
| 49 | +before submitting a pull request. All contributions require signing our |
| 50 | +[Contributor License Agreement](CLA.md). |
| 51 | + |
| 52 | +## License |
| 53 | + |
| 54 | +This project is licensed under the [GNU General Public License v3.0](LICENSE.txt). |
| 55 | + |
| 56 | +**Commercial licensing** is available for organizations that need to use CodeForge |
| 57 | +without GPL-3.0 obligations. Contact |
| 58 | +[696222+AnExiledDev@users.noreply.github.com](mailto:696222+AnExiledDev@users.noreply.github.com) |
| 59 | +or [open a GitHub issue](https://github.com/AnExiledDev/CodeForge/issues/new) |
| 60 | +for terms. |
0 commit comments