Stof Docs
Star on GitHubStof WebsiteDiscordContact Us
  • ๐Ÿš€Welcome
  • โ„น๏ธResources & Information
  • Book
    • Data Interface
    • Introduction & Design
    • Host Environments
      • Rust
      • TypeScript
        • Extend Stof
        • Import Statement
    • Data Interchange
      • JSON to Stof
      • Importing and Parsing Data
      • Exporting Data
      • REST and Restructure
    • Configuration Files
    • Schemas
      • Renaming Fields
      • Removing Fields
      • Validation & Transformation
        • Example Access
      • Nested Schemas
    • Orchestration
  • Common Concepts
    • Objects
    • Primitive Types
    • Functions
    • Fields
    • Object Types
    • Imports
    • Error Handling
    • Units
    • Casting/Conversions
  • Reference
    • CLI
      • ๐ŸƒRun
      • ๐ŸงชTest
      • ๐Ÿ“šCLI Libraries
        • Filesystem Library
        • Time Library
        • HTTP Library
    • Stof Language
    • Libraries
      • Standard Library
      • Array/Vector Library
      • Number Library
      • String Library
      • Object Library
      • Function Library
      • Set Library
      • Map Library
      • Data Library
      • Tuple Library
      • Blob Library
      • Boolean Library
    • ๐ŸชงFormats
Powered by GitBook
On this page

Was this helpful?

  1. Reference
  2. CLI

CLI Libraries

Additional libraries that can (or are) enabled in the CLI.

PreviousTestNextFilesystem Library

Last updated 3 months ago

Was this helpful?

Stof libraries are dynamic and able to be added, removed, or otherwise modified by the host system.

In addition to the standard , the CLI has two system libraries always enabled: file system, and time. It also provides the option to enable a default .

If you have specific needs or ideas for the CLI, please submit an issue on our and/or .

๐Ÿ“š
libraries
HTTP library
GitHub
reach out