Skip to content

Commit

Permalink
added examples
Browse files Browse the repository at this point in the history
  • Loading branch information
petrparolek authored and f3l1x committed Dec 5, 2021
1 parent 871a8d1 commit ffe5f0f
Show file tree
Hide file tree
Showing 17 changed files with 930 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/vendor
composer.lock
/composer.lock
1 change: 1 addition & 0 deletions examples/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vendor
27 changes: 27 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Anabelle Demo

See [DEMO](https://examples.contributte.org/packages/anabelle/).

## Installation

```bash
composer install
```

## Generating API Documentation

```bash
composer generateDocs
```

or

```bash
vendor/bin/anabelle docs-src docs --overwriteOutputDir
```

## View documentation

```bash
php -S localhost:8000 -t docs
```
8 changes: 8 additions & 0 deletions examples/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"require": {
"contributte/anabelle": "^3.0"
},
"scripts": {
"generateDocs": "vendor/bin/anabelle docs-src docs --overwriteOutputDir"
}
}
Loading

0 comments on commit ffe5f0f

Please sign in to comment.