Last updated

🔗Creating a package

To create a package, you can run the following command and follow the prompts:

tim init

This command will create a new package in the current directory with the necessary files and structure. You can then add your reusable code to the package and publish it to share it with others.