Sprig MOVED TO MAIN ROSEMARY MONOREPO
You need a JSON mainfest file. Here is an example:
{
"auths" :[
{"name" :" werdl" ,"org" :" gonerogue" },
{"name" :" bot" ,"org" :null }
],
"name" :" example" ,
"desc" :" sprig example package" ,
"version" :" v0.0" ,
"dependancy" :null
}
Ensure you put any dependancy you need in the right field.
Make sure you set a good password for your sprig, it is not easy to change down the line.
downloads sprig <NAME> and saves it as <NAME>.rsmy
pick as in PICK some rosemary
Updates sprig <NAME>
prune as in PRUNE some rosemary
sprig build <NAME> <path/to/main.rsmy> <path/to/manifest.json> <path/to/passwd> DONE
builds package <NAME> using provided rsmy and JSON files. Throws an error if <NAME> already exists.
deletes <NAME> from your system. Not from rsmy files you have written.
cut as in remove some rosemary
lists your installed packages and their versions
parses the manifest.json file of <NAME> and returns the data formatted
removes all traces of <NAME> including any dependencies
Removes sprig from your system
uproot as in UPROOT some rosemary
sprig grow <NAME> <path/to/manifest.json> <path/to/main.rsmy> passwd
Pushes your code to existing package, with authentication required
grow as in GROW some rosemary