-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommands.txt
26 lines (26 loc) · 1.79 KB
/
commands.txt
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
Commands:
act Run GitHub Actions inside a docker container
gcf Git commit a message that has been saved in the .message file
make analyze Find problems in Elm code
make assist Generate some of the boilerplate code that has to be manually added
make beautify Formats Elm source code according to a standard set of rules based on the official Elm Style Guide
make big-test Run browser tests
make build Transpile all the Elm source code to javascript
make diff See what changed in the package between versions
make doc Generate the markdown documentation for the Elm project
make generate Generate some of the boilerplate code for the Elm project
make github Enable useful features for the github project repository
make help Summarize all the yarn and shell commands
make install Install some dependencies
make install-global Install some dependencies globally
make md Checks that the markdown documents follows some consistent guidelines
make md-fix Modify the markdown documents to ensure they follow some consistent guidelines
make norm Normalize the code structure using baldrick (global version)
make pre-generate Generate the scripts used for code generation
make preview-doc Generate the markdown documentation for the Elm project
make pull Run some code that we should do just before a release
make ready Run a sequence of commands to check that the library is ready to be published
make reset Delete the dist and report folder
make reset-generated Delete the generated folder
make test Run the unit tests
make whisker-norm Generate some scaffolding using some handlebars templates