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

Herbert Vojčík 535371b208 Merge pull request #37 from mkroehnert/master há 9 anos atrás
root fa9d8c4f92 fix missing colon in compiled .js há 9 anos atrás
LICENSE e12f39298c add MIT license há 10 anos atrás
README.md e6c78efd2d clarify intentions of usage in the README há 9 anos atrás
package.json 2077303e98 Release version 0.14.12 há 9 anos atrás
rename.json 3dd62c9729 local.amd.json hidden by name of localamdjson-file há 10 anos atrás
template.js a9d7eeeb26 add jQuery wrapper as explicit dependency há 9 anos atrás

README.md

Amber Smalltalk application generator.

The intention of this tool is to automate the creation of Amber projects based on grunt-init.

It is conveniently integrated into the amber-cli commandline tool, which should be preferred over using this project directly with grunt-init.

Installation and initial getting started instructions can be found here.

Read on if you insist on doing it the grunt-init way

Please note that amber-cli performs some additional project creation steps which you will be missing if you continue this way.

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

Place this template in your ~/.grunt-init/ directory using 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, change into an empty directory, run this command and follow the prompts.

grunt-init amber

Note: 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.