Skip to content

walkmod: an open source tool to apply and share code conventions

License

Notifications You must be signed in to change notification settings

gitter-badger/walkmod-core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

walkmod-core

Build Status

This project, called walkmod, is an open source tool to apply coding conventions. Walkmod can support with any programing language if a set of interfaces are implemented as a third party plugin. The first (and current) supported language is Java. So, walkmod is completely modularized and you can extend their features (like Maven), by plugins (see plugins ).

This respository contains the core library to load the configuration files and apply a chain of code transformations ( file by file ) and required to build plugins. Anyway, you can use this library to help us to create a Walkmod ecosystem where other development tools (i.e Eclipse, Maven) can execute walkmod in an embedded mode instead of forcing a manual installation.

The walkmod-cmd project is just the responsable to build the tool - a zip file which all walkmod libraries, the default configuration and the scripts to execute walkmod.

Usage

You just need the following dependency:

<dependency>
    <groupId>org.walkmod</groupId>
    <artifactId>walkmod-core</artifactId>
    <version>1.0.6</version>
</dependency>

The org.walkmod.WalkmodFacade can help you to invoke the walkmod commands by API.

Contributing

If you want to hack on this, fork it, improve it and send me a pull request.

To get started using it, just clone it and call mvn install.

About

walkmod: an open source tool to apply and share code conventions

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%