> For the complete documentation index, see [llms.txt](https://docs.codersky.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codersky.net/jsky/getting-started.md).

# Getting started

First of all, a brief introduction. JSky is a java library that contains various utilities that can be useful on most Java projects, like handling different file types with the same interfaces, implementing a command line interface with easy to register commands or just parsing strings, it all depends on your needs, as JSky is modular. Read about all JSky modules here.

## Useful links

* [Source code](https://github.com/xDec0de/JSky)
* [Releases repository](https://repo.codersky.net/#/releases/net/codersky/jsky)
* [Snapshots repository](https://repo.codersky.net/#/snapshots/net/codersky/jsky)
* [Learn about JSky modules](/jsky/modules.md) *(Next step)*
