Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:frate-dev/frate into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
DeaSTL committed Dec 12, 2023
2 parents 692ad60 + 6284dde commit e2d1623
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<p align="center">This command line application came to fruition out of the desperate hopes and dreams of a few people looking to softly lighten their suffering while using c++. </p>
</p>


# THIS PROJECT IS STILL IN ALPHA DEVELOPMENT, STUFF MAY BREAK


Expand All @@ -19,15 +20,18 @@
- vscode

## Build the binary from source

### Prerequisites


```
gcc >= 13
and
cmake >= 3
```

### Basic Usage

```bash
frate new #optional -d for defaults
# ... Prompts you for information about your project
Expand All @@ -50,6 +54,7 @@ frate watch #watches the project for changes and automatically builds and runs


### Installation

```bash
git clone https://github.com/frate-dev/frate.git
cd frate
Expand All @@ -58,6 +63,7 @@ sudo make install
```

### Why use Frate

- Easy project creation and maintenance
- Simple default configurations that are easy to extend
- Get the functionality of utilities like cargo, npm , or yarn and use a language you're already familiar with
Expand All @@ -66,6 +72,7 @@ sudo make install


### Your friend in the world of C/C++

frate is a command line utility used to expedite building modern c/c++ applications.

- [x] Easy project initialization
Expand Down

0 comments on commit e2d1623

Please sign in to comment.