{"id":23284289,"url":"https://github.com/umermansoor/microcli","last_synced_at":"2025-04-06T15:15:24.656Z","repository":{"id":3923531,"uuid":"5013479","full_name":"umermansoor/microcli","owner":"umermansoor","description":"Java boilerplate Command Line Interface using ANTRL3. Complete examples with sample commands.","archived":false,"fork":false,"pushed_at":"2012-07-13T06:18:10.000Z","size":116,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-12T21:16:44.418Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/umermansoor.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-07-13T02:44:58.000Z","updated_at":"2014-04-06T22:33:10.000Z","dependencies_parsed_at":"2022-09-06T03:50:17.816Z","dependency_job_id":null,"html_url":"https://github.com/umermansoor/microcli","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umermansoor%2Fmicrocli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umermansoor%2Fmicrocli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umermansoor%2Fmicrocli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umermansoor%2Fmicrocli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/umermansoor","download_url":"https://codeload.github.com/umermansoor/microcli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247500477,"owners_count":20948880,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-20T01:39:45.583Z","updated_at":"2025-04-06T15:15:24.627Z","avatar_url":"https://github.com/umermansoor.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Micro CLI v 0.1\n# Last updated: July 10, 2012 @ 10pm MST.\n# Released under Apache Software License v2.0\n\n# Libraries/Dependencies used:\n# ============================\n# Important ones are described below:\n# JLine: for handling console input. Handles command history \u0026 tab completion \u003chttp://jline.sourceforge.net/\u003e\n# (Apache) Commons CLI: for parsing \u0026 handling command line options passed to the program (e.g. microcli.jar --v) \u003chttp://commons.apache.org/cli/\u003e \n# ANTLRv3: for interpreting commands and arguments \u003chttp://www.antlr.org/\u003e \n\n# Build Instructions:\n# ===================\n# Micro CLI uses ANTLR to parse commands. ANTLR \n# To (re)Generate Grammar\n# You will need to install ANTLR3 and add the JAR to CLASSPATH\n# e.g.\nexport CLASSPATH=/Users/umermansoor/Documents/java-code/antlr3/antlr-3.3-complete.jar:$CLASSPATH\n\n# After creating the Grammar (.g) file, run the following command to generate Lexer, Parser, etc. Source for Java:\njava org.antlr.Tool CliAntlr.g\n\n\n# The Micro CLI project is uses Maven to build. Change to the main project directory (one containing pom.xml) and run the following command:\n\nmvn clean package\n\n# This will generate the jar file. I like one jar file will all the dependencies bundled into it. To launch Micro CLI, run the following command:\n\njava -jar ./target/microcli-jar-with-dependencies.jar\n\n# Note: Feel free to change maven packaging and assembly type as you like.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumermansoor%2Fmicrocli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fumermansoor%2Fmicrocli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumermansoor%2Fmicrocli/lists"}