sdogruyol / amethyst-bin

Bash script for automatically setting up an Amethyst skeleton project including dependencies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

amethyst-bin

This is an executable shell script for setting up a base Amethyst application and installing dependencies automatically.

Usage

Since this is an executable you need to copy and run it like below.

  curl https://raw.githubusercontent.com/Sdogruyol/amethyst-bin/master/amethyst > amethyst && chmod +x amethyst
  ./amethyst sample-app

Here's the file structure for the skeleton app.

Screen

About

Bash script for automatically setting up an Amethyst skeleton project including dependencies


Languages

Language:Shell 100.0%