Skip to content

Commit

Permalink
Updating to esdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Jade Krafsig committed Oct 28, 2018
1 parent c7c6c57 commit 6660a82
Show file tree
Hide file tree
Showing 116 changed files with 103,921 additions and 133,504 deletions.
8 changes: 8 additions & 0 deletions .esdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"source": "./src",
"destination": "./docs",
"plugins": [
{"name": "esdoc-standard-plugin"},
{"name": "esdoc-ecmascript-proposal-plugin", "option": {"all": true}}
]
}
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Phaser 3 Webpack ES6 Project Template

<p align="center"><img src="https://github.com/design1online/phaser3-es6-webpack-template/blob/master/assets/logo.png?raw=true" alt="Phaser Logo" title="Phaser 3 ES6 Template" /></p>
<p style="text-align: center;">![Phaser Logo](../assets/logo.png "Phaser Logo")</p>

A Phaser 3 project template using webpack, SASS, Babel ES6, and eslinter set to Aribnb preset.
Includes a folder of example scripts to help start your development.
Expand All @@ -18,7 +18,8 @@ Run the appropriate command in your terminal:
| `npm install` | Install dependencies and launch browser with examples.|
| `yarn start` | Launch browser to show the examples.<br/>Press `Ctrl + c` to kill **http-server** process. |
| `yarn deploy` | Create a distributed version of the build that's minified and uglified. |
| `yarn docs` | Generate JSDocs for the examples. |
| `yarn docs` | Generate ESDocs for the examples. |
| `yarn jsdocs` | Generate JsDocs for the examples. |
| `yarn lint` | Run the linter, defaults to using airbnb style guide (https://github.com/airbnb/javascript). |
| `yarn lint:fix-dry-run` | Run the linter and automatically fix without saving changes. |
| `yarn lint:fix` | Run the linter and automatically fix problems and save changes. |
Expand Down
Loading

0 comments on commit 6660a82

Please sign in to comment.