Metadata-Version: 2.1
Name: codeplateau
Version: 1.0.8
Summary: CLI tool that makes coding easy and fun.
Home-page: https://github.com/jonathan-felicity/codepleateau.git
Author: Jonathan Felicity
Author-email: jonathanfelicity@mail.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# codepleateau documentation 😃.
______________________________________________________________
Is a cli tool written in python that has these functionality


- [x] Link up with codeplateau online.
- [x] Generating stater project files.


## Installation guide




```bash
pip install codeplateau
```

## Usage guide

Getting help on how to use the tool.

```bash
codeplateau --help
```

<!-- #### Cracking suprise egg
Get different message each time you crack an egg.

```bash
codeplateau crack
``` -->
#### Generating stater code 
```bash
codeplateau create <project name>
```
* Type one of the following option on the prompt

Expected options
* python
* c
* c++
* java
* web
#### Linking up with codeplateau online.
```bash
codeplateau connect
```
* Type one of the following option on the prompt

Expected options
* facebook
* twitter
* instagram

