@osndot/osn
v0.2.0
Published
OSN — Modern, plugin-driven developer runtime and CLI platform
Downloads
368
Readme
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/osnUsage
# Initialize a new project
osn init
# Run a task
osn run build
# Manage plugins
osn plugin add git
osn plugin listDocumentation
For full documentation and advanced usage, visit the main repository.
License
MIT
