Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Add Wally manifest file #314

Merged
merged 2 commits into from
Jan 31, 2022
Merged

Add Wally manifest file #314

merged 2 commits into from
Jan 31, 2022

Conversation

LPGhatguy
Copy link
Contributor

This PR adds a Wally manifest file to the repository for the latest release of Roact.

Wally is a package manager for Roblox developed at Uplift Games. It's part of our initiative to create an open ecosystem of shared, accessible code and high quality tooling for Roblox developers.

We launched Wally today with a small set of packages available to start; Roact is one of them. With Wally, adding Roact to an existing Roblox project that uses Rojo is very easy:

[package]
name = "lucien/lets-use-roact"
version = "0.1.0"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"

[dependencies]
Roact = "Roblox/[email protected]"
$ wally install
[INFO ] Updating package index...
[INFO ] Downloading roblox/[email protected]...

Though merging this PR isn't required for Roact to be available to Wally users, we would love it for Roblox-owned open source packages to be published by Roblox on our package registry. Having a manifest file is an easy step in that direction.

@coveralls
Copy link

coveralls commented Aug 3, 2021

Coverage Status

Coverage remained the same at 94.783% when pulling 020130a on LPGhatguy:master into 2239e01 on Roblox:master.

@jhampton
Copy link

jhampton commented Aug 4, 2021

This is currently being reviewed and discussed with teams here. Thank you for the contribution, and we will respond shortly. ETA for decision is 8/13/2021. (cc @ZoteTheMighty )

@LPGhatguy
Copy link
Contributor Author

Hello, it's been a little while. Any update on conversations about this?

@u-train
Copy link

u-train commented Jan 16, 2022

Ping again! Are there any updates on this PR?
Also, includes and excludes now exist, so it would be nice to add them for this PR!

Copy link

@CertifiedRice CertifiedRice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@ZoteTheMighty ZoteTheMighty merged commit bacc7f0 into Roblox:master Jan 31, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants