Giter VIP home page Giter VIP logo

asciidoctor-forge-addon's Introduction

asciidoctor-forge-addon

(choose one, do not modify, then add a second sentence with a brief description, starting with - "The asciidoctor-forge-addon addon enables blah blah…​) This addon provides standalone functionality, and exports services for use in other addons. This addon provides standalone functionality. This addon exports services for use in other addons. This addon provides classes for use in other addons. This addon is a 'Furnace container' that provides lifecycle and service registry support for dependent addons.

Dependencies: todo

Depends on

Addon Exported Optional

DEP1

yes

no

DEP2

yes

yes

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)

<dependency>
   <groupId>org.jboss.forge.addon.asciidoctor</groupId>
   <artifactId>asciidoctor-forge-addon</artifactId>
   <classifier>forge-addon</classifier>
   <version>${version}</version>
</dependency>

Features

ABCFactory for simple ABC blah

Allows for blah blah

@Inject private ABCFactory factory;
ABC abc = factory.createABC();
Tip

If your addon uses a container that does not support "@Inject" annotations, services such as the ABCFactory may also be accessed via the AddonRegistry:

Imported<ABCFactory> imported = addonRegistry.getServices(ABCFactory.class);
ABCFactory factory = imported.get();
Creating a new XYZ instance

Causes XYZ to occur

XYZ xyz = factory.createXYZ();

asciidoctor-forge-addon's People

Contributors

mgreau avatar

Stargazers

 avatar

Forkers

mojavelinux

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.