cfpm-io v1.0.4
cfpm-io
ColdFusion Package Manager https://cfpm.io
Installation
npm install -g cfpm-ioCommands
cfpmInstalls cfpm
cfpm initBuilds out cfpm.json package file
cfpm add <package_name> (<version>)Installs or updates any packages in cfpm.json
cfpm remove <package_name>Removes cfpm package
cfpm cleanCleans the vendor folder
cfpm
cfpm installs any packages defined in the project cfpm.json file.
cfpm init
cfpm init initializes the project by creating a cfpm.json file in the current working directory. Prompts will save the project name, version, description and other fields to cfpm.json.
cfpm add <package_name>
cfpm add <package_name> will add the package to the cfpm.json file and install it.
cfpm remove <package_name>
cfpm remove <package_name> will remove the package from the cfpm.json file and any package files from the vendor folder.
cfpm clean
cfpm clean will remove all file and folders from the vendor folder and then install packages defined in the cfpm.json file.
cfpm freeze
cfpm freeze -- comming soon
Example
cd into the project directory.
npm install -g cfpm-io
cfpm init
cfpm add micro