Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 929 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 929 Bytes


Atlas is a rbxts library designed to help eliminate the repetitive aspects of Roblox Development.

Docs

Documentation can be found in the docs directory.

Installation

  1. Begin by installing Roblox-TS.
  2. Next, use npm to install Atlas and it's dependencies.
npm install @rbxts/atlas

Usage

Once installation is complete, import packages to get started.

import { <module> } from "@rbxts/atlas"

Dependencies

  • @rbxts/net (2.1.3) <--- NetMap will fail if not using this version!!
  • @rbxts/services
  • @rbxts/signal
  • @rbxts/string-utils

Contributing

Want to contribute?

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Written with ❤️️ by @surfdev7.