1.0.14 • Published 6 years ago

generator-playable-ads v1.0.14

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

generator-playable-ads

This is yeoman generator for playable ads

Installation

First, install Yeoman and generator-playable-ads using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-playable-ads

Then generate your new project:

yo playable-ads

Structure of generated project

.
├── build               --> Built broject will be placed here.
├── gulp                --> Gulp tasks.
├── node_modules        --> 3rd party dependencies.
├── src                 --> Project sources.
│   ├── configs         --> Contains game configuration files.
│   ├── fonts           --> Game fonts.
│   ├── images          --> Images, sprites.
│   ├── l10n            --> Localizations.
│   ├── prefabs         --> Prefabs.
│   ├── states          --> States of the game (boot, game process, game-over, etc).
│   ├── index.html      --> Main HTML file.
│   ├── main.js         --> Main javascript file.
│   ├── resources.js    --> Resources of PA defined in this file.
├── tmp                 --> Temporary files.
├── .babelrc            --> Babel settings.
├── .editorconfig       --> Basic configuration for an editor.
├── .gitignore          --> Git ignore file.
├── builder.json        --> Builder settings. You can setup inside this file which build of phaser to use.
├── gulpfile.js         --> Gulp settings.
├── package.json        --> Describes NPM dependencies.
├── README.md           --> Readme file.

License

MIT © IronSource

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago