From 345a43e1e3e032915b71355ef5c9293182cca986 Mon Sep 17 00:00:00 2001 From: Rand McKinney Date: Wed, 17 Dec 2014 10:26:53 -0800 Subject: [PATCH] Update README.md Add mention of slc and Arc to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5f35740b..f5c594d7 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ LoopBack consists of: * A library of Node.js modules. * [Yeoman](http://yeoman.io/) generators for scaffolding applications. * Client SDKs for iOS, Android, and web clients. + +LoopBack tools include: + * Command-line tool `slc loopback` to create applications, models, data sources, and so on. + * StrongLoop Arc, a graphical tool for editing LoopBack applications; and for deploying and monitoring applications. For more details, see http://loopback.io/.