Skip to content

Commit 2f1d7aa

Browse files
committed
update builder docs
1 parent 7c12265 commit 2f1d7aa

File tree

1 file changed

+8
-16
lines changed

1 file changed

+8
-16
lines changed

_posts/builder-coderoad/2016-01-03-development.md

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,9 @@ categories:
66
- builder-coderoad
77
---
88

9-
Get setup quickly with CodeRoad: either [clone a tutorial repo](https://git-scm.com/docs/git-clone) or use the *CodeRoad-CLI*.
9+
Get setup quickly with CodeRoad: open the **builder-coderoad** plugin in an empty directory.
1010

11-
In your development directory, run **create** with your new package name.
12-
13-
> coderoad create $YOUR-PACKAGE-NAME$
14-
15-
Running **create** generates:
11+
Filling out the first page should create:
1612

1713
* an example **tutorial.md**, which imports several tutorial files
1814
* an example **test** directory with a few example tests
@@ -22,13 +18,11 @@ Running **create** generates:
2218
{
2319
"name": "coderoad-$TUTORIAL-NAME$",
2420
"version": "0.1.0",
25-
"description": "Coderoad tutorial",
26-
"author": "Name <email> (site)",
2721
"main": "coderoad.json",
28-
"keywords": ["coderoad", "tutorial"],
29-
"dependencies": {
30-
"mocha-coderoad": "^0.3.1"
31-
},
22+
"keywords": [
23+
"coderoad",
24+
"tutorial"
25+
],
3226
"coderoad": {
3327
"dir": "tutorial",
3428
"testSuffix": ".spec.js",
@@ -37,11 +31,9 @@ Running **create** generates:
3731
}
3832
```
3933

40-
We'll learn more about these configurations when it's time to [publish](#publish).
41-
42-
Update changes to your tutorial by running **build**. This will generate a *coderoad.json* data file used by *atom-coderoad*.
34+
We'll learn more about these configurations when it's time to [publish](/tutorial-docs#publish).
4335

44-
> coderoad build
36+
Changes will update whenever you save a file.
4537

4638
### Demo Your Tutorial
4739

0 commit comments

Comments
 (0)