Skip to content

Libraries and plugins for extension development

License

Notifications You must be signed in to change notification settings

Mishiranu/Dashchan-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashchan Library

This repository contains libraries and Gradle plugins which help to create Dashchan extensions.

Usage

Add this repository to your project as git submodule.

git submodule add https://github.com/Mishiranu/Dashchan-Library.git library

To include this project to extension project, add includeBuild 'library' to settings.gradle.

In addition, the plugin should be declared as Gradle dependency in build.gradle.

buildscript {
    dependencies {
        classpath 'chan.library:plugins:0'
    }
}

License

Libraries and plugins are available under the GNU General Public License, version 3 or later.

API headers are not subject to copyright.

About

Libraries and plugins for extension development

Resources

License

Stars

Watchers

Forks

Packages

No packages published