Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`