UNPKG

get-luke

Version:

Simple node module for deployig new luke projects

18 lines (13 loc) 631 B
# get-luke Simple module for easy deployment of a new vinco/luke project ## Install __It should be installed globally__ ``` npm install get-luke -g ``` ## How to use Access the node terminal and write get-luke in the folder where you wish to deploy a new luke project, and answer the required questions. New luke deployments will generate a new folder with the project name, there's no need to create the folder by yourself. luke dependencies are now installed by get-luke, it checks for the existance of the needed packages and installs unmet requirements. For more info on luke project visit: * https://github.com/vinco/luke