Skip to content

Commit 212e552

Browse files
Leonid Zolotarevkpiascik
authored andcommitted
Update "Components" template
1 parent 90bd300 commit 212e552

File tree

7 files changed

+32
-2160
lines changed

7 files changed

+32
-2160
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
# MagicScript Command Line Toolkit
22

3-
[![Build Status](https://travis-ci.com/magic-script/magic-script-cli.svg)](https://travis-ci.com/magic-script/magic-script-cli) [![npm version](https://badge.fury.io/js/magic-script-cli.svg)](https://badge.fury.io/js/magic-script-cli) [![License](https://img.shields.io/:license-Apache%202.0-blue.svg?style=flat-square)](LICENSE)
3+
[![Build Status](https://travis-ci.com/magic-script/magic-script-cli.svg)](https://travis-ci.com/magic-script/magic-script-cli) [![npm version](https://badge.fury.io/js/magic-script-cli.svg)](https://badge.fury.io/js/magic-script-cli) [![License](https://img.shields.io/:license-Apache%202.0-blue.svg)](LICENSE)
44

55
This repository is the command line toolkit for generating, compiling, and running MagicScript applications.
66

77
## Install the Toolkit
88

99
Installation is easy assuming you have [Node.js](https://nodejs.org/) already installed.
1010

11-
```sh
11+
```bash
1212
npm install -g magic-script-cli
1313
```
1414

1515
You can now access the toolkit as `magic-script` in your system path.
1616

1717
See https://magicscript.org/ for more documentation.
18-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "magic-script-cli",
33
"description": "Magic Script Toolkit",
4-
"version": "2.2.6",
4+
"version": "2.2.7",
55
"author": "Magic Leap",
66
"license": "Apache-2.0",
77
"bin": {

0 commit comments

Comments
 (0)