Skip to content

noproxy/NoteBook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

224 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoteBook

My NoteBook managed by Git and Gradle.

Build

Execute

gradle build

To generate html, execute

gradle markdownToHtml

Import into IDE

Intellij IDEA/Android Studio

execute gradle idea under root project, then directly open this project from IDEA or android studio.

Eclipse

Add apply plugin: 'eclipse' to all projects:

allprojects {
    apply plugin: 'eclipse'
}

Then, execute gradle eclipse under root project, then directly open this project from eclipse.

About

My NoteBook

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors