Lexical Tools

Lexical Tools - Deploy to GitHub

After the release package is completed, the following files are deployed to github.com

  • Files
    • pom.xml
    • ReadMe.txt
    • SPECIALIST_NLP_TOOLS_TERMS_AND_CONDITIONS.TXT
    • sources

  • Process
    • shell>cd ${LVG_DIR}
    • shell>git init

    • shell>git add pom.xml
    • shell>git add ReadMe.txt
    • shell>git add SPECIALIST_NLP_TOOLS_TERMS_AND_CONDITIONS.TXT
    • shell>git add sources

    • shell>git commit -m "LVG ${YEAR} release"

    • login to https://github.com (ChrisLuNlm)
    • create a new repository (LVG ${YEAR})

    • follow the instruction:
    • shell>git remote add origin https://github.com/ChrisLuNlm/Lvg${YEAR}.git
    • shell>git push -u origin master

    • Check: https://github.com/ChrisLuNlm/Lvg2019