Skip to content

Releases: seeebbii/code-brick

v0.1.0 - Initial Release

11 Jan 16:35

Choose a tag to compare

🧱 Code Brick v0.1.0

First public release!

Features

  • brick save - Save any folder as a reusable template
  • brick apply - Apply templates to projects
  • brick list - View all templates with index selection
  • brick tree - Display template structure
  • brick add / brick remove-file - Modify templates
  • brick clean - Remove local imports for portability
  • brick size - Show template sizes
  • Smart ignore system (node_modules, build, etc.)
  • Works with any framework (Flutter, React, NestJS, Python, Go, Rust...)

Install

```bash
npm install -g code-brick
```