ozean-cli
v1.0.5
Published
This is the official Command-Line Interface (CLI) for the OzeanJs Framework. It helps you kickstart new projects.
Maintainers
Readme
@ozean/cli 🌊
Welcome to the Ozean CLI!
This is the official Command-Line Interface (CLI) for the OzeanJs Framework. It helps you kickstart new projects.
Installation
To use the Ozean CLI, you can install it globally on your machine using Bun:
bun install -g ozean-cliAfter installation, you will be able to use the ozean command from anywhere in your terminal.
Usage
1. Creating a New Project
You can create a new OzeanJs project with a ready-to-use basic structure using the new command.
ozean new <project-name>Or using the short alias:
ozean n <project-name>Example:
ozean new my-awesome-appHappy coding with OzeanJs!
