Skip to content
/ atlas Public

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

License

Notifications You must be signed in to change notification settings

surfdev7/atlas

Repository files navigation


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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published