FFFF GitHub - vyacheslavhere/palm: ๐Ÿ๏ธ Palm is simple building system ยท GitHub
[go: up one dir, main page]

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

0