Skip to content

A Bash script to extract entity names from a JHipster JDL (JHipster Domain Language) file, providing flexibility in choosing the delimiter for the extracted entity names.

License

Notifications You must be signed in to change notification settings

yhao3/jhipster-jdl-entity-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

JHipster JDL Entity Extractor

GitHub license

Overview

This Bash script facilitates the extraction of entity names from a JHipster JDL (JHipster Domain Language) file. The script allows users to choose between newline and comma delimiters for the extracted entity names.

Usage

  1. Clone the repository:

    git clone https://github.com/yhao3/jhipster-jdl-entity-extractor
    cd jhipster-jdl-entity-extractor
  2. Make the script executable:

    chmod +x extract_entities.sh
  3. Run the script with your JDL file as an argument:

    ./extract_entities.sh your-jdl-file.jdl
  4. Choose a delimiter for the entities list:

    Newline (Enter 'n' or 'N')
    Comma (Enter 'c' or 'C')
  5. The extracted entities will be saved to entities.txt.

About

A Bash script to extract entity names from a JHipster JDL (JHipster Domain Language) file, providing flexibility in choosing the delimiter for the extracted entity names.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages