/documentation

Pyronome Documentation

Primary LanguageHTMLMIT LicenseMIT

Pyronome Documentation Public Repository

Pyronome Documentation

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.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installing

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.

Contributing

Please use the issue tracker to report any bugs/typos or requests.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details