Skip to content

vyacheslavhere/palm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🏝️ Palm

... is tiny, simple, ease-to-use building system

πŸ’‘ Example

# this is a comment

build {
  run "cargo build --release"
}

commit (mention) {
  echo "performing commit..."
  run "git commit -m " ^ mention
  echo "done"
}

push {
  run "git push -u origin main"
}

upd (mention) {
  do commit(mention)
  do push
}

test {
  let mention "Hello, world!"
  do commit(mention)
  do push
}

About

🏝️ Palm is simple building system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages