Pyronome is an online source code generator, that can be used any kind of software technology such as C++, Java, C#, PHP, Node.js, Ruby, Perl, Python, XML, HTML, CSS, JavaScript and etc.
For further information, please visit https://pyronome.com.
This repository contains Pyronome Documentation.
For Pyronome documentation, please visit https://pyronome.com/documentation.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Firstly, install documentation project dependencies:
$ npm install
For building documentation search index, generating html code of the documentation and copying required files:
$ grunt build
And then,
$ grunt publish
$ grunt build
builds documentation search index and generates documentation html code. $ grunt publish
copies required files in the public html directory.
Please use the issue tracker to report any bugs/typos or requests.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Aykut Aydınlı - @aykutaydinli
- Hakan Erdal - @hakanerdal
This project is licensed under the MIT License - see the LICENSE file for details