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
- Host: GitHub
- URL: https://github.com/forge/devassistant-addon
- Owner: forge
- Created: 2015-09-04T12:57:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-01-05T23:05:31.000Z (about 8 years ago)
- Last Synced: 2025-01-21T08:44:31.384Z (about 1 year ago)
- Language: Java
- Size: 52.7 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.asciidoc
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