Skip to content

Commit 91e1917

Browse files
committed
Add snippet
1 parent 80bd0b4 commit 91e1917

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

TODO.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1450,6 +1450,22 @@
14501450
14511451
332. [glmatrix](https://github.com/toji/gl-matrix)
14521452
1453+
333. nat lang date/time [parser](https://github.com/olebedev/when)
1454+
1455+
334. Consider adding Dockerfile(s) (repl, workshop, etc)
1456+
1457+
335. [itermplot](https://github.com/daleroberts/itermplot)
1458+
1459+
336. [diacritics-map](https://github.com/jonschlinkert/diacritics-map)
1460+
1461+
337. problematic [strings](https://github.com/minimaxir/big-list-of-naughty-strings)
1462+
1463+
338. [xstream](https://github.com/staltz/xstream)
1464+
1465+
339. fivethirtyeight [data](https://github.com/rudeboybert/fivethirtyeight/tree/master/data-raw)
1466+
1467+
340. Blog/tutorial [inspiration](http://www.nytimes.com/interactive/2017/01/15/us/politics/you-draw-obama-legacy.html) using gov't data
1468+
14531469
14541470
---
14551471

tools/snippets/docs/repl.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
2+
{{alias}}()
3+
TODO: short desc.
4+
5+
TODO: longer desc/bkgd.
6+
7+
List:
8+
9+
- item 1
10+
- item 2
11+
12+
Parameters
13+
----------
14+
x: double
15+
TODO: desc
16+
17+
Returns
18+
-------
19+
y: double
20+
TODO: desc
21+
22+
Examples
23+
--------
24+
> var TODO = {{alias}}();
25+
TODO: abbrev output
26+
27+
References
28+
----------
29+
- TODO: only include reference(s) if usage requires citation(s)
30+
31+
See Also
32+
--------
33+

0 commit comments

Comments
 (0)