UNPKG

codexen

Version:
28 lines (22 loc) 419 B
# CodeXen CLI File templating & Task runner ## Install ``` npm install -g codexen ``` ## Init To use CodeXen, you have to initialize with depot label. ``` cxcx init {depot_label} ``` > every depot ## Usage After initializing, you can use your customized command. ``` cx {customized_command} {filename} ``` ## Update If you modified your depot on the web, you can update with the command below. ``` cxcx update ```