An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# croco-cli

Croco Logo

[![PyPi version](https://img.shields.io/pypi/v/croco-cli)](https://pypi.org/project/croco-cli/)
[![PyPI Downloads](https://img.shields.io/pypi/dm/croco-cli)](https://pypi.org/project/croco-cli/)
[![License](https://img.shields.io/github/license/CrocoFactory/croco-cli.svg)](https://pypi.org/project/croco-cli/)
[![Last Commit](https://img.shields.io/github/last-commit/CrocoFactory/croco-cli.svg)](https://pypi.org/project/croco-cli/)
[![Development Status](https://img.shields.io/pypi/status/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.

Console View

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.