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

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

NodeJS JBoss Forge Addon
https://github.com/forge/nodejs-addon

Last synced: about 1 year ago
JSON representation

NodeJS JBoss Forge Addon

Awesome Lists containing this project

README

          

== NodeJS Forge addon
:idprefix: id_

image:https://travis-ci.org/forge/nodejs-addon.svg?branch=master["Build Status", link="https://travis-ci.org/forge/nodejs-addon"]

This addon provides *standalone* functionality, and *exports services* for use in other addons.

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

|ui
|yes
|no

|parser-json
|yes
|no

|===

== Setup

This Addon requires the following installation steps.

=== Add configuration to pom.xml

To use this addon, you must add it as a dependency in the *pom.xml* of your `forge-addon` classified artifact:
(Make sure the dependency is put all the way to the left, and uses 3 spaces for indentation of GAV)
[source,xml]
----

org.jboss.forge.addon
nodejs
forge-addon
${version}

----

== Features
Support for creating NodeJS projects::
Using the projects addon extension points.

Easy package.json manipulation:: TODO