swamp-script-cli

Crates.ioswamp-script-cli
lib.rsswamp-script-cli
version0.0.13
created_at2024-11-29 18:39:38.858251+00
updated_at2025-01-18 12:28:42.256495+00
descriptioncli for swamp script
homepage
repositoryhttps://github.com/swamp/script
max_upload_size
id1465908
size35,056
Peter Bjorklund (piot)

documentation

README

Swamp Script CLI 🐊

A magical language that lives in the swamp.

🚀 Installation

MacOS

Due to Apple's security measures, you'll need to allow the executable:

xattr -cr ./swamp

🌟 Usage

Run

  • swamp run # Runs main.swamp in current directory
  • swamp r # Short version
  • swamp run file.swamp # Run specific file

Build

  • swamp build # Builds current directory

  • swamp b # Short version

  • swamp build ./my_script.swamp # Build specific file

📜 License

MIT License - see LICENSE for details

Copyright 2024 Peter Bjorklund. All rights reserved.

Commit count: 802

cargo fmt