Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 374 Bytes

Builtins.md

File metadata and controls

33 lines (23 loc) · 374 Bytes

Built-in Tasks

init

$ manuel init

Creates a new manuelfile in the current directory

Example:

$ cd ~/code/my_awesome_project
$ manuel init
>> Creating new manuelfile in /home/username/code/my_awesome_project

list

$ manuel list

List all available tasks

Example:

$ manuel list
build
init
list
manuel_watch
run_tests
start_server