1.1.0 • Published 7 years ago

teakettle v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

TeaKettle

TeaKettle is a tool to make TEA (Typescript + Express JS + Angular 4) with Material flavors.

Because of its special ingredients, TEA is a full stack Typescript solution for making modern web apps.

TeaKettle is a command-line tool used to generate TEA projects based on angular-cli and ember-cli projects.

Prerequisites

Both TeaKettle and generated TEA project have dependencies that require Node 6.9.0 or higher, together with NPM 3 or higher.

Table of Contents

Installation

BEFORE YOU INSTALL: please read the prerequisites

npm install -g teakettle

Usage

teakettle help

Making TEA

teakettle make PROJECT-NAME
cd PROJECT-NAME
teakettle serve dev

Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Upgrading TeaKettle

To update TeaKettle to a new version:

npm uninstall -g teakettle
npm cache clean
npm install -g teakettle

Documentation

The documentation for TeaKettle is located in this repo's wiki.

License

MIT