https://github.com/mrtrizer/flappytools2
FlappyTools is a project generator based on js template engine. Made for using in FlappyEngine but independant and can be used separately.
https://github.com/mrtrizer/flappytools2
template-engine template-project
Last synced: 3 months ago
JSON representation
FlappyTools is a project generator based on js template engine. Made for using in FlappyEngine but independant and can be used separately.
- Host: GitHub
- URL: https://github.com/mrtrizer/flappytools2
- Owner: mrtrizer
- Created: 2017-03-20T22:31:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-09T21:03:29.000Z (over 7 years ago)
- Last Synced: 2026-04-06T10:26:35.137Z (4 months ago)
- Topics: template-engine, template-project
- Language: JavaScript
- Homepage:
- Size: 169 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Status
Installation and test
[](https://travis-ci.org/mrtrizer/FlappyTools2)
[](https://ci.appveyor.com/project/mrtrizer/flappytools2)
## Installation
Tested on OSX, Ubuntu and Windows 10.
Before installation you need:
* node-js >= 4.2.6
* cmake >= 3.5.1
To install:
1. Download repo any convinient way
2. Create build folder
3. Enter build folder
4. Run `cmake -G "Unix Makefiles" ..`
5. Run `make install` under root (with sudo)
Windows:
1. Install cmake, vs build tools, and node.js
2. Open vs build tools console
3. Enter FlappyTools2/scripts
4. npm install
To build project on Windows:
1. Enter target project dir
2. \flappy gen cmake
3. cd generated\cmake
4. cmake -G "Visual Studio 15 2017"
5. cmake --build . --target ALL_BUILD --config Release
6. You executable is in Release folder
After installation you can run `flappy --help` and look at repository wiki for
details.
Using example:
1. flappy init cpp
2. cd
3. flappy gen cmake
4. flappy build cmake