This repository was archived by the owner on May 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompositor.json
More file actions
86 lines (86 loc) · 2.29 KB
/
compositor.json
File metadata and controls
86 lines (86 loc) · 2.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "seanosaur/commit-reminder",
"version": "0.1.4",
"libraries": {
"xv": "^1.1.19"
},
"title": "Commit Reminder",
"branch": "",
"style": {
"name": "Williamsburg",
"componentSet": {
"nav": "nav/BasicNav",
"header": "header/LightBannerHeader",
"article": "article/ReaderArticle",
"footer": "footer/BasicFooter"
},
"fontFamily": "Montserrat, sans-serif",
"heading": {
"fontWeight": 600,
"letterSpacing": "0.1em"
},
"colors": {
"text": "#346",
"background": "#fff",
"primary": "#0099e0",
"secondary": "#ab61ff",
"highlight": "#f7b",
"muted": "#fffab3",
"border": "#ccd"
}
},
"content": [
{
"component": "nav",
"links": [
{
"href": "https://github.com/seanosaur/commit-reminder",
"text": "GitHub"
},
{
"href": "https://atom.io/packages/commit-reminder",
"text": "Atom Packages"
}
]
},
{
"component": "header",
"heading": "commit-reminder",
"subhead": "Never forget to git commit!",
"children": [
{
"component": "ui/TweetButton",
"text": "commit-reminder: Never forget to git commit!",
"url": null
},
{
"component": "ui/GithubButton",
"user": "seanosaur",
"repo": "commit-reminder"
}
],
"text": "v0.1.1",
"slug": ""
},
{
"component": "article",
"metadata": {
"source": "github.readme"
},
"html": "<p>Commit Reminder is an <a href=\"https://atom.io/\">Atom</a> package that will remind you to <code>git commit</code> after 1,000 keystrokes.</p>\n<h3>Installation</h3>\n<p>The easiest way to install a package on Atom is by navigating to Settings/Preferences > Install > Search for <code>commit-reminder</code>.</p>\n<p>If you prefer the hard way, there's also <code>apm install atom-beautify</code>.</p>\n<p>Enjoy!</p>\n"
},
{
"component": "footer",
"links": [
{
"href": "https://github.com/seanosaur/commit-reminder",
"text": "GitHub"
},
{
"href": "https://twitter.com/seanoldham",
"text": "Made by @seanoldham"
}
]
}
]
}