An open API service indexing awesome lists of open source software.

https://github.com/forge/devassistant-addon

DevAssistant Forge Add-on
https://github.com/forge/devassistant-addon

Last synced: about 1 year ago
JSON representation

DevAssistant Forge Add-on

Awesome Lists containing this project

README

          

== devassistant
:idprefix: id_
This addon provides *standalone* functionality.

=== Depends on
[options="header"]
|===
|Addon |Exported |Optional

|projects
|yes
|no

|parser-yaml
|yes
|no

|ui
|yes
|no
|===

== Setup

This Addon requires DevAssistant to be installed. See instructions on how to do that in http://devassistant.org/#GetStarted

This Addon requires the following installation steps.

=== Install it using the Forge

To use this addon, you must install it using the provided Forge command
[source,java]
----
addon-install-from-git --url https://github.com/forge/devassistant-addon.git
----

Then you can create a C project (for example) using the following command:
[source,java]
----
project-new --named demo --type c
----

== Features
ProjectTypes for the projects in DevAssistant::

* C
* C++
* Python
** Django
** Flask
** GTK3
** Lib
* Perl
** Basic Class
** Dancer
* PHP
** LAMP
* Ruby on Rails