This is the main repository for StarLight Libraries. For the compiler check: https://github.com/TheblueMan003/StarLight
Libraries are downloaded automatically when you compile your code. You can also download them manually and put them in the libraries
folder or by using the install command from the compiler.
You can contribute by making a pull request. If you want to add a library, make sure it is in the right format. You can check the src
folder for examples.
Your library should be inside the src folder. When you are done run the submit.py script and give the name of your libraries from the src folder. Then make a pull request and wait for it to be accepted.
To update your libraries update the files in the src folder and run the submit.py script again. Then make a pull request and wait for it to be accepted.
-
git add *
-
git commit -am "message"
-
git pull
-
python submit.py
-
>> name of library
-
>> version of library
-
git add *
-
git commit -am "message"
-
git push