This repository has been archived by the owner on May 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cli): Updated quickstart docs, bumped to latest toolchain version
- Loading branch information
Showing
3 changed files
with
31 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: CLI | ||
date: 2016-06-08 | ||
collection: guide | ||
collectionSort: 1 | ||
layout: guide.hbs | ||
----------------- | ||
|
||
## Docs coming soon | ||
For now, you can run `u help` or just `help` when in the toolchain shell to get available commands |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,21 +14,17 @@ | |
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ubiquits/core.git" | ||
"url": "git+https://github.com/ubiquits/ubiquits.git" | ||
}, | ||
"keywords": [ | ||
"ubiquits" | ||
], | ||
"author": { | ||
"name": "Zak Henry", | ||
"email": "[email protected]", | ||
"url": "http://twitter.com/zak" | ||
}, | ||
"author": "Zak Henry <[email protected]> (http://twitter.com/zak)", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/ubiquits/core/issues" | ||
"url": "https://github.com/ubiquits/ubiquits/issues" | ||
}, | ||
"homepage": "https://github.com/ubiquits/core#readme", | ||
"homepage": "https://github.com/ubiquits/ubiquits#readme", | ||
"dependencies": { | ||
"@angular/common": "^2.0.0-rc.1", | ||
"@angular/compiler": "^2.0.0-rc.1", | ||
|
@@ -53,6 +49,9 @@ | |
"zone.js": "^0.6.12" | ||
}, | ||
"devDependencies": { | ||
"@ubiquits/toolchain": "^0.0.12" | ||
"@ubiquits/toolchain": "^0.1.0" | ||
}, | ||
"directories": { | ||
"doc": "docs" | ||
} | ||
} |