Packages
osn
The core osn. runtime package.

osn. is the core command-line interface and task runner for the osn platform. It provides the foundation for executing tasks, managing environment variables, and loading plugins.
Installation
pnpm add -g @osndot/osn
Usage
# Initialize a new project
osn init
# Run a task
osn run build
# Manage plugins
osn plugin add git
osn plugin list
Documentation
For full documentation and advanced usage, visit the main repository.