This repository was archived by the owner on Mar 4, 2022. It is now read-only.
forked from thought-machine/please
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquickstart_dropoff.html
More file actions
94 lines (81 loc) · 2.5 KB
/
Copy pathquickstart_dropoff.html
File metadata and controls
94 lines (81 loc) · 2.5 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
87
88
89
90
91
92
93
94
<h1 class="title-1">So what next?</h1>
<section class="mt4">
<h2 class="title-2">Read the docs</h2>
<p>
Hopefully you've got a basic idea of how Please works, however Please has a
rich set of features. Explore the documentation to find out what else is
possible:
</p>
<p>
<a class="copy-link" href="/config.html">Config</a> - A complete list of
configuration options available for use in your
<code class="code">.plzconfig</code>.
</p>
<p>
<a class="copy-link" href="/lexicon.html">Built in rules & languages</a>
- A listing of all the built in rules including those of the core languages
Please supports.
</p>
<p>
<a class="copy-link" href="/commands.html">Command line interface</a>
- Please has a powerful command line interface. It can query changes between
branches, setup file watches to re-build code as you work, and more.
</p>
<p>
<a class="copy-link" href="/build_rules.html"
>Advanced topics & custom rules</a
>
- Information on more advanced topic including how to extend Please with
custom build rules to support any language or technology.
</p>
<p>
<a class="copy-link" href="/pleasings.html">Pleasings</a> - Information on
using pleasings: artillery rules outside of the core Please offering.
</p>
</section>
<section class="mt4">
<h2 class="title-2">
Add yourself as an adopter
</h2>
<p>
Do you like what you see? If you've started using Please in your project,
we'd love to hear about it! Add yourself to the
<a
class="copy-link"
href="https://github.com/thought-machine/please/blob/master/ADOPTERS.md"
target="_blank"
rel="noopener"
>adopters file</a
>
and let us know what you're building with Please!
</p>
</section>
<section class="mt4">
<h2 class="title-2">Come say hello</h2>
<p>
The best way to ask questions about please and interact with the growing
Please community is through our
<a
class="copy-link"
href="https://gitter.im/please-build/Lobby"
target="_blank"
rel="noopener"
>gitter</a
>!
</p>
<p>
If you have any questions or issues, you can raise them on our
<a
class="copy-link"
href="https://github.com/thought-machine/please"
target="_blank"
rel="noopener"
>github</a
>.
</p>
</section>
<div class="pagination">
<div class="pagination__previous">
<a class="copy-link" href="/dependencies.html">Third-party dependencies</a>
</div>
</div>