Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jddev0/langiomodule
This is a Lang native module for reading, writing, and modifying files and directories.
https://github.com/jddev0/langiomodule
io-library lang-language lang-module lang-native-module
Last synced: about 2 months ago
JSON representation
This is a Lang native module for reading, writing, and modifying files and directories.
- Host: GitHub
- URL: https://github.com/jddev0/langiomodule
- Owner: JDDev0
- License: mit
- Created: 2023-02-24T09:04:41.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T17:10:38.000Z (5 months ago)
- Last Synced: 2024-09-14T08:06:18.990Z (4 months ago)
- Topics: io-library, lang-language, lang-module, lang-native-module
- Language: Java
- Homepage:
- Size: 92.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lang IO Module
This is a Lang native module for reading, writing, and modifying files and directories.## Setup & Compile
1. Sync gradle project
2. Run the gradle `buildLangModule` task
3. The `module.lm` module file will be saved in `/build/libs`## Structure
- Java code is stored in `/src/main/java`
- Lang code is stored in `/src/main/langmodule`