-
-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(appendix-c): Utilisation de cet ouvrage grâce au module nodebook
- Loading branch information
Thomas Parisot
committed
May 27, 2019
1 parent
8e09c19
commit 0a20f33
Showing
6 changed files
with
62 additions
and
3 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
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,29 @@ | ||
:appendix-number: C | ||
:chapterId: appendix-c | ||
:sectnums: | ||
:nodeCurrentVersion: v12 | ||
:npmCurrentVersion: v6 | ||
:revdate: {docdate} | ||
:sourceDir: ./examples | ||
:imagesdir: {indir} | ||
ifdef::env[] | ||
:imagesdir: . | ||
endif::[] | ||
|
||
[appendix] | ||
= Utilisation de cet ouvrage grâce au module npm{nbsp}nodebook | ||
|
||
include::../docs/web-header.adoc[] | ||
|
||
|
||
include::../docs/tip-versions.adoc[] | ||
|
||
== Pourquoi utiliser le module{nbsp}nodebook{nbsp}? | ||
|
||
TBD. | ||
|
||
== Installation | ||
|
||
TBD. | ||
|
||
== |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,18 @@ | ||
{ | ||
"name": "nodebook.appendix-c", | ||
"private": true, | ||
"version": "2.0.0", | ||
"description": "", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"engines": { | ||
"node": "^12.0.0" | ||
}, | ||
"author": "Thomas Parisot (https://oncletom.io)", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/oncletom/nodebook/issues" | ||
}, | ||
"dependencies": {} | ||
} |
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