Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 1.84 KB

File metadata and controls

60 lines (40 loc) · 1.84 KB

CIN Library

CIN Framework Logo

CIN FRAMEWORK

CIN LIBRARY

Official Website


CIN Library contains the official comprehensive collection of ready-to-use components for the CIN Framework. These libraries provide seamless integration, advanced utilities, and complete documentation to extend and enhance the functionality of CIN Framework for advanced web development.

📥 Installation Library

Important: This repository is for storage purposes only. To download and install the CIN Library, you must use the official CIN CLI tool.

CIN CLI

📚 AVAILABLE LIBRARIES

Library Name Version Description
test v1.0.0 Development and testing library for CIN Framework functionality

Library Management Commands

# Install latest version of a library
cin-cli> install library <library_name>

# Install specific version of a library
cin-cli> install library <library_name> <version>

# Install specific version of CIN Framework
cin-cli> install framework <version>

# Update a library to latest version
update library <library_name>

# Delete a library
cin-cli> delete library <library_name>

# Examples:
cin-cli> install library test
cin-cli> install library test v1.0.0
cin-cli> update library test
cin-cli> delete library test

These commands must be used after running cin-cli.


© CIN FRAMEWORK — All Rights Reserved.