Giter Club home page Giter Club logo


Actlist

Execute your own action list easily and simply

release Build Status FOSSA Status downloads-total usage Hits Discord

Installation

Windows:

download exe or zip file and launch.

macOS:

download dmg file and launch.

Documentation

Prerequisites For Development

Actlist Application Development Setup Guide

  1. Fork this repository into your GitHub Account
  2. Clone & import as a Maven project into your favorite IDE
  3. Launch
    src/main/java/org/silentsoft/actlist/application/App.java
    

Actlist Plugin Development Setup Guide

There are two ways to create an Actlist plugin. the first one is using starter-kit(which is highly recommended) and the second one is creating Maven project using Maven archetype.

Getting started with GitHub

  1. Generate repository
  2. Clone & import as a Maven project into your favorite IDE
    • If you are using IntelliJ IDEA, you need to enable Add dependencies with "provided" scope to classpath in the Run Configuration dialog
  3. Launch
    src/main/java/sample/Plugin.java
    

Getting started with Maven

  1. Execute following command:

    $ mvn archetype:generate \
          -DarchetypeGroupId=org.silentsoft \
          -DarchetypeArtifactId=actlist-plugin-archetype \
          -DarchetypeVersion=1.0.0 \
          -Dactlist-plugin-sdk-version=2.2.0 \
          -DgroupId=sample \
          -DartifactId=starter \
          -Dversion=1.0.0

    Tip - If you are behind a proxy server then you should use one of the following

    Details
    • Windows
      $ set MAVEN_OPTS=-Dhttps.proxyHost=10.20.30.40 -Dhttps.proxyPort=8080
    • macOS
      $ export MAVEN_OPTS=-Dhttps.proxyHost=10.20.30.40 -Dhttps.proxyPort=8080
    • Note - The proxy host 10.20.30.40 and proxy port 8080 is up to you.
  2. Import as a Maven project into your favorite IDE

    • If you are using IntelliJ IDEA, you need to enable Add dependencies with "provided" scope to classpath in the Run Configuration dialog
  3. Launch

    src/main/java/sample/Plugin.java
    

Packaging

$ mvn clean package

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please note we have a CODE_OF_CONDUCT, please follow it in all your interactions with the project.

Change log

Please refer to CHANGELOG.

License

Please refer to LICENSE and NOTICE.

Thanks to

Actlist's Projects

actlist icon actlist

:package: Actlist is a utility platform to execute your own action list easily and simply.

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.