1
0

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

Herbert Vojčík cf63700d1a Prerelease 0.14.10-2 10 лет назад
root 50e183ced7 Web package directly into new project's deploy.js 10 лет назад
LICENSE e12f39298c add MIT license 11 лет назад
README.md 91f150f421 Link to npmjs.org page for amber-cli 10 лет назад
package.json cf63700d1a Prerelease 0.14.10-2 10 лет назад
rename.json 3dd62c9729 local.amd.json hidden by name of localamdjson-file 10 лет назад
template.js 5b6e4cda8e fix helios descriptor 10 лет назад

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 (sudo) npm install -g amber-cli (in case you have old Amber CLI installed from amber package itself, which is now defunct, you should uninstall it first with (sudo) npm uninstall -g amber).

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.