Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/petite-bats-sing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@perfect-abstractions/compose-cli": minor
---

Rewrite CLI from JavaScript to TypeScript with pipeline/context architecture, add `catalog` and `info` commands, bases catalog, validation, Solidity parsing, framework adapters, and scaffolding. Special thanks to @0x76agabond for his contributions on this.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perfect-abstractions/compose-cli",
"version": "0.1.0",
"version": "0.0.5",
"description": "CLI to scaffold Compose facet-based diamond projects",
"main": "dist/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading