command
module
Version:
v1.0.0-beta.0
Opens a new window with list of versions in this module.
Published: Jan 30, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
🎨 Picasso
Picasso is a tool to bootstrap and manage your Go projects.
Features
- Universal task runner
- Template generation in task runs
- Task watcher
- Scaffolding of projects
Example
version: 1
author: demo demo@example.com
project: demo
tasks:
test:
desc: run tests
cmds:
- go test -v ./...
dev:
desc: build and watch
deps:
- test
vars:
region:
- test
cmds:
- go test -v ./...
- go build
watch:
paths:
- examples
ignore:
- .gitignore
- .picasso.yml
templates:
-
file: ./examples/config.json.tpl
output: ./config.json
vars:
foo: bar
Development
The goal is that Picasso is build and maintained by itself. However, up until this very moment. There two quick steps to build it.
packr2 build && go build
License
Apache 2.0
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
You can use the "packr clean" command to clean up this, and any other packr generated files.
|
You can use the "packr clean" command to clean up this, and any other packr generated files. |
|
|
|
|
|
|
You can use the "packr2 clean" command to clean up this, and any other packr generated files.
|
You can use the "packr2 clean" command to clean up this, and any other packr generated files. |
|
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.