a reactive (signals based) hypermedia web framework (wip) stormlightlabs.github.io/volt/
hypermedia frontend signals

docs: add CLI unreleased warning in documentation

Changed files
+3 -1
docs
+2
docs/cli.md
··· 1 # CLI 2 3 The VoltX.js CLI provides tools for creating and managing VoltX.js applications. Use it to scaffold new projects, run development servers, build for production, and download framework assets. 4 5 ## Installation
··· 1 # CLI 2 3 + ⚠️ This CLI is unreleased as of writing. The documentation may change before the CLI is published in v0.6.0. 4 + 5 The VoltX.js CLI provides tools for creating and managing VoltX.js applications. Use it to scaffold new projects, run development servers, build for production, and download framework assets. 6 7 ## Installation
+1 -1
docs/installation.md
··· 26 </script> 27 ``` 28 29 - ## CLI (Recommended) 30 31 The fastest way to create a new VoltX.js project is with the CLI: 32
··· 26 </script> 27 ``` 28 29 + ## CLI (⚠️ Unreleased as of v0.5.0) 30 31 The fastest way to create a new VoltX.js project is with the CLI: 32