暫無描述

Herby Vojčík bc2b66ff5e Deprecation notice 5 年之前
root f5d50cb995 sdk moved to organization. 5 年之前
LICENSE 976c4943d3 Update copyright clause. 7 年之前
README.md bc2b66ff5e Deprecation notice 5 年之前
package.json c5b115a1c5 0.22.0 5 年之前
rename.json 9109c7d11f Not generating .js files from templates. 5 年之前
template.js d3ea8c2233 Bump contrib-legacy. 5 年之前

README.md

Deprecated. Integrated into amber/amber monorepo.

For the moment, grunt-init scaffolding is part of the "monorepo" of amber along with lang, cli and sdk; keeping its own package.json and npm identity. In the future, different system than grunt-init may be used to init the projects.

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 @ambers/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 @ambers/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.