Aucune description

Herbert Vojčík 4c0cb86789 0.19.6 il y a 6 ans
root 58053c650a config.js and the.js in gitignore as well il y a 6 ans
LICENSE 976c4943d3 Update copyright clause. il y a 7 ans
README.md a905509d56 Remove some github urls. il y a 8 ans
package.json 0ff3b4c02f 0.19.6 il y a 6 ans
rename.json 508948712c Self-gitignoring my/ added for parallel subprojects. il y a 7 ans
template.js 29a29052ac Bump amber, amber-dev, node >= 4. il y a 6 ans

README.md

Amber Smalltalk application generator.

The intention of this tool is to automate the creation of Amber projects. This tool is 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://lolg.it/amber/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.