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.
Important: This repository is for storage purposes only. To download and install the CIN Library, you must use the official CIN CLI tool.
| Library Name | Version | Description |
|---|---|---|
| test | v1.0.0 | Development and testing library for CIN Framework functionality |
# 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 testThese commands must be used after running cin-cli.
© CIN FRAMEWORK — All Rights Reserved.