Amber is an implementation of the Smalltalk language that runs on top of the JavaScript runtime.

Herbert Vojčík 355ef7661a Merge branch 'master' into 0.13 hace 10 años
root 355ef7661a Merge branch 'master' into 0.13 hace 10 años
LICENSE e12f39298c add MIT license hace 11 años
README.md 8721472c4e Update README (fix #9) hace 11 años
package.json 368fb065fb make the template ready for `amber config` hace 10 años
rename.json 5cbdd0c8ed Merge branch 'master' into add-tests hace 11 años
template.js 160af00b45 Changed the after text. hace 10 años

README.md

Amber Smalltalk application generator.

Installation (the Amber way)

If you want to go the completely integrated Amber way you should not use this grunt-init template directly. Use amber-cli instead. Installation is done via npm install -g amber-cli.

Then you can stop reading here and jump over to the amber-cli documentation.

Installation (the Grunt way)

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

Place this template in your ~/.grunt-init/ directory after installing grunt-init with the following command.

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

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

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.