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
- Host: GitHub
- URL: https://github.com/forge/nodejs-addon
- Owner: forge
- Created: 2015-10-19T20:07:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-14T12:34:23.000Z (about 10 years ago)
- Last Synced: 2025-01-21T08:44:31.202Z (about 1 year ago)
- Language: Java
- Size: 17.6 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.asciidoc
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