Currently, the largest Cangjie package repository is hosted at Cangjie-TPC GitCode organization. It holds a variety of useful packages that are not present in standard library, such as `cangjieJSON` for working with JSON files, `zip4cj` for working with ZIP files, database connectors such as `mysqlclient-ffi`, and many more.
I will use matrix4cj package that simplifies working with matrices as an example for this tutorial.
First, create a new folder and initialize the project by typing `cjpm init` into the console (【华为鸿蒙开发技术】仓颉开发语言:使用 cjpm 进行模块化开发与发布-云社区-华为云).
$ cjpm init
cjp