@northslopetech/osdk-cli
v0.5.0
Published
CLI tool for building OSDK apps with Northslope best practices
Downloads
65
Keywords
Readme
@northslopetech/osdk-cli
CLI tool for bootstrapping OSDK apps with Northslope best practices.
Usage
# Scaffold a new project
osdk-cli create
# Configure GitHub Actions and production hosting
osdk-cli setup-deploymentRequirements
- Node.js >= 18
- A Foundry account with Developer Console access
Development
Getting started (dev)
pnpm install
pnpm run dev -- createBuild & try as a package
pnpm run build && pnpm link
osdk-cli createRun tests & linting / formatting
pnpm run test
pnpm run lint
pnpm run format