Differences
This shows you the differences between two versions of the page.
— |
library-install [2019/05/31 17:26] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Install a Splint Library ====== | ||
+ | To Install a splint library (e.g. a library named ''toast'' from a vendor named ''zoey''), open a terminal window in any Code Igniter project root and run: | ||
+ | |||
+ | <code bash> | ||
+ | splint install zoey/toast | ||
+ | </code> | ||
+ | |||
+ | To install the library from the previous example along side another library named ''ci-preference'' from an vendor named ''francis94c'' you can run the below command from a terminal in code-igniter root. | ||
+ | |||
+ | <code bash> | ||
+ | splint install zoey/toast francis94c/ci-preference | ||
+ | </code> | ||
+ | |||
+ | You can install as much packages as you want at the same time.\\ | ||
+ | |||
+ | ===== NEXT ===== | ||
+ | [[splint_production_server|Install Splint Packages in Production]] => \\ | ||
+ | |||
+ | ===== PREVIOUS ===== | ||
+ | <= [[start|Splint]]\\ | ||
+ | |||
+ | ===== Related Topics ===== | ||
+ | |||
+ | [[splint_client:start|Splint Client]]\\ | ||
+ | [[splint_loader|The Splint Loader]] |