creapack
is a command-line tool designed for interacting with the creaPack platform. It provides various functionalities to manage projects, login/logout, push projects, install packages, and handle dependencies.
Current Version: v0.1
Developed by: timuzkas & Kiefe
creapack login <username> <password>
- Log in to the creaPack platform using your username and password.
creapack signout
- Sign out from the creaPack platform.
creapack create <package_name> <description>
- Create a new project on creaPack with the specified package name and description.
creapack push <project_name> <version> <Patch notes>
- Push a project to creaPack, specifying the project name, version, and patch notes.
creapack install <package_name> <path>
- Install a package from creaPack using the specified package name and path.
creapack dependency add <project_name(path)> <dependency_name>
- Add a dependency to a project, specifying the project name (or path) and the dependency name.
creapack dependency remove <project_name(path)> <dependency_name>
- Remove a dependency from a project, specifying the project name (or path) and the dependency name.
creapack help
- Display the help menu, providing information on the available commands and their usage.