1.0.4 • Published 7 years ago

cfpm-io v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

cfpm-io

ColdFusion Package Manager https://cfpm.io

Installation

npm install -g cfpm-io

Commands

cfpm

Installs cfpm

cfpm init

Builds 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 clean

Cleans 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
1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago