Skip to content

Little python script where you can easily add your modules.

Notifications You must be signed in to change notification settings

Afourcat/progutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

progutils

Little python script where you can easily add your modules.

Concept

Here the concept is not the code but the idea of a module added by the community in the folder modules you can add your own folder with the config file inside. Your module can use executable linked to a name inside the config file.

Example:

modules |
        `-base -.
        |       | mod.toml
        |       | test.sh
        |       | linter
        |       `
        |
        `-ident-.
        |       | mod.toml
        |       | to_tabs
        |       | to_spaces
        |
        `-  my -.
        |       | mod.toml
        |       | my_linter
        |       | my_nice_script
        |
        `- java-.
                | mod.toml
                | javadoc
                | tester.x

A mod.toml example

name="java"

description="A nice module for java dependent of `my` module"

[commands]
doc="javadoc"
linter="../my/my_linter"
test="tester.x"

About

Little python script where you can easily add your modules.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published