-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ opam pin [email protected]:shonfeder/nomad.git | |
If you project's name is =dingus= | ||
|
||
#+BEGIN_SRC sh | ||
nomad new --bin dingus | ||
nomad new dingus | ||
#+END_SRC | ||
|
||
And a scaffold for building the dingus executable will be created in the | ||
|
@@ -46,6 +46,10 @@ nomad sync | |
And the dependencies declared in your project's =dune-project= will be synced | ||
using opam. | ||
|
||
** Examples | ||
|
||
For more examples of usage, see [[file:test/README.org][test/README.org]]. | ||
|
||
* Plans and ideas | ||
|
||
See [[https://github.com/shonfeder/nomad/blob/master/project.org][project.org]]. |
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,9 @@ | ||
#+title: Examples | ||
|
||
Relatively exhaustive (annotated and tested) examples of nomad's usage are | ||
available in the blackbox tests: | ||
|
||
- [[file:new.t/run.t][Creating new projects]] | ||
- [[file:add.t/run.t][Adding components to a project]] | ||
- [[file:sync.t/run.t][Syncing a project's dependencies]] | ||
- [[file:config.t/][Inspecting and managing nomad's configuration]] |
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