swamp-script-cli

Crates.ioswamp-script-cli
lib.rsswamp-script-cli
version0.0.6
sourcesrc
created_at2024-11-29 18:39:38.858251
updated_at2024-12-09 16:57:56.091786
descriptioncli for swamp script
homepage
repositoryhttps://github.com/swamp/script
max_upload_size
id1465908
size31,494
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: 115

cargo fmt