https://github.com/technophile-04/scaffold-eth-cli
A starter kit for scaffold-eth projects
https://github.com/technophile-04/scaffold-eth-cli
cli ethereum scaffold-eth scaffoldeth terminal
Last synced: 9 months ago
JSON representation
A starter kit for scaffold-eth projects
- Host: GitHub
- URL: https://github.com/technophile-04/scaffold-eth-cli
- Owner: technophile-04
- License: mit
- Created: 2022-06-08T18:20:25.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T02:23:50.000Z (over 3 years ago)
- Last Synced: 2025-04-15T14:51:34.052Z (about 1 year ago)
- Topics: cli, ethereum, scaffold-eth, scaffoldeth, terminal
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/scaffold-eth
- Size: 95.7 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🧰 scaffold-eth-cli
As simple as running this in your terminal:
```
npx scaffold-eth
```
Clones scaffold-eth into the current folder as fast as possible ⚡️
## ⁉️ Explain?!
It simply clones the repository with the shallowest depth (i.e. one commit)
## 🤖 Commands
Run this to see a list of all the available commands:
```
npx scaffold-eth --help
```
## 🙋 FAQ
Q. `git@github.com: Permission denied (publickey)`
A. Your SSH public key is not added to your GitHub account, follow the [official docs](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) to completion.