Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r-unic/circuitbuilder-roblox
https://github.com/r-unic/circuitbuilder-roblox
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/r-unic/circuitbuilder-roblox
- Owner: R-unic
- Created: 2023-03-31T20:19:25.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-01T02:22:15.000Z (almost 2 years ago)
- Last Synced: 2024-12-02T07:56:38.701Z (about 1 month ago)
- Language: TypeScript
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flamework Template
👋 Hey! This is a pre-configured template you can use for your projects that use [Flamework](https://fireboltofdeath.dev/docs/flamework/).
## Usage
First, create the folder on your computer where you want your project to be stored.
Then, open a terminal at that directory and run the following commands:
```console
npx degit rbxts-flamework/template
npm i
```That's it! The template has been installed. For further information on how to use Flamework in your project, please see [here](https://fireboltofdeath.dev/docs/flamework).