Amber is an implementation of the Smalltalk language that runs on top of the JavaScript runtime. https://amber-lang.net/

Herbert Vojčík 26034e74fc Merge pull request #7 from sebastianconcept/master vor 10 Jahren
root 26034e74fc Merge pull request #7 from sebastianconcept/master vor 10 Jahren
README.md 058c769f30 *.deploy.js files are gone with Amber >= 0.12.0 vor 10 Jahren
package.json 71eaf1abc9 Adding package.json vor 10 Jahren
rename.json 08c4b81a86 making things 0.12.4-ish vor 10 Jahren
template.js 10941e0861 update to Amber 0.12.4 vor 10 Jahren

README.md

grunt-init-amber

Create an Amber Smalltalk based application.

Installation

Install grunt-init if you have not already done so.

Place this template in your ~/.grunt-init/ directory after installing grunt-init. It is recommended to clone this template with git as follows:

git clone git://github.com/mkroehnert/grunt-init-amber.git ~/.grunt-init/amber

Windows users, see the grunt-init documentation for the correct directory destination

Usage

At the command-line, cd into an empty directory, run this command and follow the prompts.

grunt-init amber

Note that this template will generate files in the current directory, so be sure to change to a new directory first if you do not want to overwrite existing files.