Helper scripts to get tasks done quicker
- Creates index.html, index.js, and styles.css files + an assets directory.
- Provide a number in pixels to be converted to rem. If no number is provided, shows a px to rem conversion chart.
- Lorem ipsum paragraphs.
- Creates a markdown file with links to major dependencies, basic local setup steps, and contributing info.
git clone https://github.com/dejmedus/common-helpers.git
⚠️ The following assumes a MacOS/Linux system. Commands will differ slightly for Windows.
- Open .zshrc/.bashrc file
open ~/.zshrc
or
open ~/.bashrc
- Create common alias
alias common="node /path/to/common/common.js"
- Save changes
source ~/.zshrc
or
source ~/.bashrc
- Call common
common --boilerplate
common --convert 64
common --help
common --lorem 2
common --readme "Project Name"