New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

go

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

go

Create and use boilerplates with ease

latest
Source
npmnpm
Version
3.0.1
Version published
Maintainers
1
Created
Source

go

npm Travis Coveralls Vulnerabilities js-standard-style Waffle

Go is the toolset to manage boilerplates with less effort.

Usage

Go can be used in 2 ways:

Load and install boilerplate

$ npm install --global go
$ go git git@github.com:gocli/boilerplate-example.git

To create and use your own boilerplates, refer to documentation or check the list of community driven boilerplates.

Run local commands

$ cd project/with/gofile/
$ go run some command

This will call the command registered in gofile.js. Take a time to read how to create your own gofile.js.

Interactive menu

You can also execute go with no arguments and that will call an interactive menu with the list of all available commands:

$ go
[GO] Choose command:
❯ build
  deploy
  generate
  install

Go Lang

It works well with Go programming language. In case you have any issues read troubleshooting page.

License

MIT © Stanislav Termosa

Keywords

boilerplate

FAQs

Package last updated on 24 Oct 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts