https://github.com/crocofactory/croco-cli
The CLI for developing Web3-based projects in Croco Factory
https://github.com/crocofactory/croco-cli
cli web3
Last synced: about 1 year ago
JSON representation
The CLI for developing Web3-based projects in Croco Factory
- Host: GitHub
- URL: https://github.com/crocofactory/croco-cli
- Owner: CrocoFactory
- License: mit
- Created: 2024-02-02T11:53:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-23T16:35:13.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T03:34:14.559Z (over 1 year ago)
- Topics: cli, web3
- Language: Python
- Homepage: https://pypi.org/project/croco-cli
- Size: 61.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# croco-cli
[](https://pypi.org/project/croco-cli/)
[](https://pypi.org/project/croco-cli/)
[](https://pypi.org/project/croco-cli/)
[](https://pypi.org/project/croco-cli/)
[](https://pypi.org/project/croco-cli/)
The CLI for developing Web3-based projects in **[Croco Factory](https://github.com/CrocoFactory)**
- **[Bug reports](https://github.com/CrocoFactory/croco-cli/issues)**
- **[Quick Overview](#quick-overview)**
The project is made by the **[Croco Factory](https://github.com/CrocoFactory)** team.
Project's source code is made available under the [MIT License](LICENSE)
# Quick Overview
Command `croco` display this in your console.

Let`s learn them:
- `change` - if you already have set multiple accounts, using `set` you can change current
- `export` - export cli configuration
- `import` - import cli configuration
- `init` - if you created you project or pacakge just now, you can initialize it, using template structure
- `install` - install Croco Factory packages. If package is placed in private GitHub repository, you need to have access
token with permission of downloading this package
- `reset` - reset some configured by user accounts
- `set` - set specified accounts, like digital wallets etc.
- `user` - show specified user accounts.
You can see more details using `--help` option with each command.
