A tool to sync projects to Roblox Studio
Project description
CONE
cone is a tool to simplify your workflow when you are working on Roblox. It comes it two parts:
- A python package named
cone
- A Roblox plugin also named
cone-plugin
cone is similar to any syncing tool for Roblox (like Rojo). What makes cone allows you to work outside of Roblox Studio, run your tests with TestEZ from your command line.
Installation
Package
If you don't have python installed on your computer, you can get it here. Then, you can install the package by running pip install cone
in your command line.
Plugin
Easiest way to download it is from the Roblox page
How to use cone
Configuration file
In your working directory, there must be a file named cone.json
where you can tell cone how to sync your project.
[
{
"path" : "src/ClientScripts",
"parent" : "ReplicatedFirst"
},
...
{
"path" : "src/ServerScripts",
"parent" : "ServerScriptService"
}
]
The path
key needs to point to a folder or a file in your project. The parent
value needs to point to an instance in the Roblox place where you will parent the file or folder pointed by path
. You can place as many as you need.
Commands
Each of these commands can be run in the working directory where you cone.json
file is located.
cone test
Runs your tests and prints the results in the console.
cone deploy [-t]
Takes you project and use the cone.json
configuration file to apply your scripts in the opened Roblox place.
cone revert
Reverts the last executed cone deploy
.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file cone-0.1.1.tar.gz
.
File metadata
- Download URL: cone-0.1.1.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 65cb8e09accd0ec0023c00751f06843fe5a27ba3a8522630c387ce14b442c553 |
|
MD5 | b944b77189adda8b0afddd69acd910a0 |
|
BLAKE2b-256 | 56a7a93eabb1a8250a618ce97253cbd22b0384bcf7685175268cdf66a7004a1d |
File details
Details for the file cone-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: cone-0.1.1-py3-none-any.whl
- Upload date:
- Size: 10.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc77da8069dced9df30f6bcc928c0bb014cbc7340e28f234af8fdaf72921be33 |
|
MD5 | a94fcdce64640382efedd0965a032911 |
|
BLAKE2b-256 | 873d5cb8af41025eb7d240f07b54fa5d15a04057b4ccaf81e7e8285fde939647 |