{"id":25909734,"url":"https://github.com/casweeney/resolver","last_synced_at":"2025-10-29T23:39:13.804Z","repository":{"id":235146836,"uuid":"787014584","full_name":"casweeney/resolver","owner":"casweeney","description":"Resolver is a CLI tool that enable developers to scaffold projects for different development purpose, tools and programming languages.","archived":false,"fork":false,"pushed_at":"2024-11-11T21:29:42.000Z","size":153,"stargazers_count":16,"open_issues_count":5,"forks_count":11,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T05:25:06.023Z","etag":null,"topics":["cli","resolver","rust","tooling"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/resolver-cli","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/casweeney.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-15T18:17:01.000Z","updated_at":"2024-12-30T22:29:32.000Z","dependencies_parsed_at":"2024-04-22T12:27:32.313Z","dependency_job_id":"268f8506-a32d-44a6-8a68-79fc43a3c2d6","html_url":"https://github.com/casweeney/resolver","commit_stats":null,"previous_names":["casweeney/resolver"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casweeney%2Fresolver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casweeney%2Fresolver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casweeney%2Fresolver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casweeney%2Fresolver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/casweeney","download_url":"https://codeload.github.com/casweeney/resolver/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241629713,"owners_count":19993711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","resolver","rust","tooling"],"created_at":"2025-03-03T08:18:41.589Z","updated_at":"2025-10-29T23:39:13.736Z","avatar_url":"https://github.com/casweeney.png","language":"Rust","readme":"# Resolver-cli\nResolver is a CLI tool that enable developers to scaffold projects for different development purpose, tools and programming languages.\n\n## Installations\nInstalling `resolver-cli` requires that you already have `Rust` , and `cargo` installed. Use the following command to install Rust and Cargo:\n\n```sh\n$ curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh\n```\n\nTo check whether you have Rust installed correctly, open a shell, and run the command below:\n```sh\n$ rustc --version\n```\n\nCheck whether cargo is installed:\n```sh\n$ cargo --version\n```\n\nNow that you have Rust and Cargo installed, run the command below to install `resolver-cli`:\n```sh\ncargo install resolver-cli\n```\n\n## Usage\nWith `resolver-cli` you can create projects for different development tools and programming languages. Resolver-cli has three action commands `get`, `scaffold`, and `install`.\n\nThe `get` action is used to clone selected Diamond Standard Templates from GitHub which covers for Hardhat JavaScript, Hardhat TypeScript, and Foundry.\n\n#### Diamond Standard Hardhat JavaScript\nCreates a project boilerplate with Diamond Standard Hardhat JavaScript\n```sh\nresolver-cli get dhjs project_name\n```\n\n#### Diamond Standard Hardhat TypeScript\nCreates a project boilerplate with Diamond Standard Hardhat TypeScript\n```sh\nresolver-cli get dhts project_name\n```\n\n#### Diamond Standard Foundry\nCreates a project boilerplate with Diamond Standard Foundry\n```sh\nresolver-cli get dfd project_name\n```\n\n\nThe `scaffold` action is used to scaffold projects for different development tools and languages which includes:\n- ReactJS\n- ReactTs\n- Hardhat\n- NestJs\n- Laravel\n- NextJs\n- Foundry\n- Vue\n- Vite\n- Starknet Foundry\n- RainbowKit + Wagmi + Next.js\n- ReactNative Expo\n- Adonis.js\n\n#### ReactJS\nCreates a React project with JavaScript\n```sh\nresolver-cli scaffold reactjs project_name\n```\n\n#### ReactTS\nCreates a React project with TypeScript\n```sh\nresolver-cli scaffold reactts project_name\n```\n\n#### Hardhat\nCreates a Hardhat Solidity project\n```sh\nresolver-cli scaffold hardhat project_name\n```\n\n#### NestJs\nCreates a NestJS project\n```sh\nresolver-cli scaffold nestjs project_name\n```\n\n#### Laravel\nCreates a Laravel PHP project\n```sh\nresolver-cli scaffold laravel project_name\n```\n\n#### NextJS\nCreates a NextJS project\n```sh\nresolver-cli scaffold nextjs project_name\n```\n\n#### Foundry\nCreates a new foundry project\n```sh\nresolver-cli scaffold foundry project_name\n```\n\n#### Vue\nCreates a Vue.js project\n```sh\nresolver-cli scaffold vue project_name\n```\n\n#### Vite\nCreates (Vanilla TypeScript, Vue, React, Preact, Lit, Svelte) project using Vite\n```sh\nresolver-cli scaffold vite project_name\n```\n\n#### Starknet Foundry\nCreates a starknet project\n```sh\nresolver-cli scaffold snforge project_name\n```\n\n#### RainbowKit + Wagmi + Next.js\nCreates a rainbowKit + wagmi + next.js project\n```sh\nresolver-cli scaffold rainbowkit project_name\n```\n\n#### ReactNative Expo\nCreates a ReactNative Expo project\n```sh\nresolver-cli scaffold reactnativeexpo project_name\n```\n\n#### Adonis.js\nCreates an Adonis.js project\n```sh\nresolver-cli scaffold adonis project_name\n```\n\n#### Anchor with Typescript tests\nCreates an Anchor project with Typescript tests\n```sh\nresolver-cli scaffold anchor-ts project_name\n```\n\n#### Anchor with Rust tests\nCreates an Anchor project with Rust tests\n```sh\nresolver-cli scaffold anchor-rust project_name\n```\n\nThe `install` action installs development tools like Node.js, Homebrew, Choco, Scarb, e.t.c. \n\n- To install node, run:\n```resolver-cli install node```\n\n- To install homebrew, run:\n```resolver-cli install brew```\n\n- To install choco, run:\n```resolver-cli install choco```\n\n- To install scarb, run:\n```resolver-cli install scarb```\n\n- To install latest version of starknet foundry, run:\n```resolver-cli install snfoundry latest```\n\n- To install a specific version of starknet foundry, run:\n```resolver-cli install snfoundry $versionName```\n\n- To install solana-cli, run:\n```resolver-cli install solana```\n\n- To install anchor, run:\n```resolver-cli install anchor```\n\nRun `resolver-cli install --help` to see all supported installation tools.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcasweeney%2Fresolver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcasweeney%2Fresolver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcasweeney%2Fresolver/lists"}