/brunch-build

Primary LanguageJavaScript

Clone the repository

cd ~/git
git clone https://github.com/sugizo/brunch-build

Create File

cd brunch-build

Add, commit, and push your changes

git add --all
git commit -m "Initial commit"
git push -u origin master