| Crates.io | transpiled-catalyst |
| lib.rs | transpiled-catalyst |
| version | 1.1.0 |
| created_at | 2025-02-08 02:49:10.948639+00 |
| updated_at | 2025-02-08 03:17:46.951696+00 |
| description | A CLI tool for scaffolding React-based projects |
| homepage | |
| repository | https://github.com/TranspiledCode/transpiled-catalyst.git |
| max_upload_size | |
| id | 1547695 |
| size | 81,902 |
A modern CLI tool for scaffolding React applications, developed by Transpiled.
Catalyst accelerates React application development by providing a robust, opinionated project structure with built-in support for modern tooling and best practices.
Catalyst is built with Rust and distributed via crates.io. You'll need to have Rust and Cargo (Rust's package manager) installed on your system.
If you don't have Rust installed:
Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
After installation, restart your terminal and verify the installation:
rustc --version
cargo --version
Once Rust and Cargo are installed, you can install Catalyst using:
cargo install transpiled-catalyst
To verify the installation:
catalyst --version
After installation, create a new React project:
catalyst
catalyst will create the new project in your current directory. Follow the on screen instruction.
Once the project is created and you are in the new project directory, you can run the following commands.
yarn dev: Start development serveryarn build: Create production buildyarn lint: Run ESLintyarn format: Format code with Prettieryarn test: Run test suiteCatalyst projects come pre-configured for Netlify deployment. Additional options in future versions.
We welcome contributions! Please see our Contributing Guide for details.
MIT © Transpiled
For issues and feature requests, please file an issue on our GitHub repository.
If you see "command not found: cargo":
If you encounter permissions errors:
sudo cargo install transpiled-catalyst
Made with ♥ by Transpiled