shulkerscript-cli 0.1.0

Command line tool to compile Shulkerscript projects
Documentation
1
2
3
4
5
6
7
namespace "{namespace}";

#[tick]
fn main() {{
    // Change this
    /say Hello World!
}}