Skip to content

Commit

Permalink
deploy: 660ae21
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Dec 23, 2023
1 parent af70f79 commit 1113555
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion man/en/chapter_77.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ <h2 id="further-ramblings"><a class="header" href="#further-ramblings">Further R
<p>I personally find it very useful to write a <code>justfile</code> for almost every project, big or small.</p>
<p>On a big project with multiple contributors, it’s very useful to have a file with all the commands needed to work on the project close at hand.</p>
<p>There are probably different commands to test, build, lint, deploy, and the like, and having them all in one place is useful and cuts down on the time you have to spend telling people which commands to run and how to type them.</p>
<p>And, with an easy place to put commands, it’s likely that you’ll come up with other useful things which are part of the project’s collective wisdom, but which aren’t written down anywhere, like the arcane commands needed for some part of your revision control workflow, install all your project’s dependencies, or all the random flags you might need to pass to the build system.</p>
<p>And, with an easy place to put commands, it’s likely that you’ll come up with other useful things which are part of the project’s collective wisdom, but which aren’t written down anywhere, like the arcane commands needed for some part of your revision control workflow, to install all your project’s dependencies, or all the random flags you might need to pass to the build system.</p>
<p>Some ideas for recipes:</p>
<ul>
<li>
Expand Down
2 changes: 1 addition & 1 deletion man/en/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -2103,7 +2103,7 @@ <h4 id="customization"><a class="header" href="#customization">Customization</a>
<p>I personally find it very useful to write a <code>justfile</code> for almost every project, big or small.</p>
<p>On a big project with multiple contributors, it’s very useful to have a file with all the commands needed to work on the project close at hand.</p>
<p>There are probably different commands to test, build, lint, deploy, and the like, and having them all in one place is useful and cuts down on the time you have to spend telling people which commands to run and how to type them.</p>
<p>And, with an easy place to put commands, it’s likely that you’ll come up with other useful things which are part of the project’s collective wisdom, but which aren’t written down anywhere, like the arcane commands needed for some part of your revision control workflow, install all your project’s dependencies, or all the random flags you might need to pass to the build system.</p>
<p>And, with an easy place to put commands, it’s likely that you’ll come up with other useful things which are part of the project’s collective wisdom, but which aren’t written down anywhere, like the arcane commands needed for some part of your revision control workflow, to install all your project’s dependencies, or all the random flags you might need to pass to the build system.</p>
<p>Some ideas for recipes:</p>
<ul>
<li>
Expand Down
2 changes: 1 addition & 1 deletion man/en/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion man/en/searchindex.json

Large diffs are not rendered by default.

0 comments on commit 1113555

Please sign in to comment.