buildit

command module
v0.0.0-...-e3a119b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 25, 2022 License: MIT Imports: 9 Imported by: 0

README

BuildIt

BuildIt is a program to run any file that you defined.

Install

Without Golang

If you don't have Golang installed in your machine, do these commands:

git clone https://github.com/lissaferreira/buildit
cd buildit
sudo cp bin/buildit /usr/bin/buildit

Golang

Install Golang with your package manager, and install BuildIt

To install BuildIt use:

go get -u github.com/lissaferreira/buildit

Configuration

create a file ~/.buildit.yaml, with the languages and compiler/runner commands, like this:

js:
  - node
  - yarn serve
go:
  - go run
sh:
  - sh
php:
  - php
pdf:
  - zathura
rb:
  - ruby

Usage

use buildit [FILE], like buildit main.go.

Arguments can be passed only putting in the end, like buildit index.js --argument=argument

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL