Metadata-Version: 2.1
Name: croco_cli
Version: 0.2.1
Summary: The CLI for developing Web3-based projects in Croco Factory
Home-page: https://github.com/blnkoff/croco-cli
License: MIT
Author: Alexey
Author-email: axbelenkov@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Version Control :: Git
Requires-Dist: blessed (>=1.20.0,<2.0.0)
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: eth-account (>=0.11.0,<0.12.0)
Requires-Dist: peewee (>=3.17.0,<4.0.0)
Requires-Dist: pygithub (>=2.2.0,<3.0.0)
Project-URL: Repository, https://github.com/blnkoff/croco-cli
Description-Content-Type: text/markdown

# croco-cli

[![Croco Logo](https://i.ibb.co/G5Pjt6M/logo.png)](https://t.me/crocofactory)

The CLI for developing Web3-based projects in Croco Factory

- **[Telegram channel](https://t.me/crocofactory)**
- **[Bug reports](https://github.com/blnkoff/croco-cli/issues)**
- **[Quick Overview](#quick-overview)**

Project's source code is made available under the [MIT License](LICENSE)
           
# Quick Overview

Command `croco` display this in your console. 

<img alt="Console View" width="300" src="https://i.ibb.co/j4gxhRX/Screenshot-2024-05-17-at-19-17-46.png">

Let`s learn them:

- `change` - if you already have set multiple accounts, using `set` you can change current
- `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.
