UNPKG

mercenary

Version:
22 lines (14 loc) 329 B
# Mercenary ### Introduction Mercenary gets you from empty directory to production environment in a matter of seconds. Mercenary requires __Node.js__ v6+ and __NPM__ v3+. ### Installation Install Mercenary globally: ``` npm install -g mercenary ``` ### Creating a New App ``` cd ~/my-projects-dir mercenary my-new-app ```