-
Notifications
You must be signed in to change notification settings - Fork 266
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #72 from create-go-app/dev
Preparing PR for v2.0.0
- Loading branch information
Showing
48 changed files
with
1,427 additions
and
1,638 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: gomod | ||
directory: "/" | ||
schedule: | ||
interval: daily | ||
time: "11:00" | ||
open-pull-requests-limit: 10 | ||
ignore: | ||
- dependency-name: github.com/AlecAivazis/survey/v2 | ||
versions: | ||
- 2.2.8 | ||
- 2.2.9 | ||
- dependency-name: github.com/spf13/cobra | ||
versions: | ||
- 1.1.2 | ||
- package-ecosystem: gomod | ||
directory: "/" | ||
schedule: | ||
interval: daily | ||
time: "11:00" | ||
open-pull-requests-limit: 10 | ||
ignore: | ||
- dependency-name: github.com/AlecAivazis/survey/v2 | ||
versions: | ||
- 2.2.8 | ||
- 2.2.9 | ||
- dependency-name: github.com/spf13/cobra | ||
versions: | ||
- 1.1.2 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,15 @@ | ||
# This Dockerfile used ONLY with GoReleaser project (`task release [TAG...]`). | ||
# Please DO NOT use it for build a normal Docker image for Create Go App CLI! | ||
# This Dockerfile used ONLY with GoReleaser project (`task release [TAG...]`). | ||
|
||
FROM alpine:3.12 | ||
FROM alpine:edge | ||
|
||
LABEL maintainer="Vic Shóstak <[email protected]>" | ||
LABEL maintainer="Vic Shóstak <[email protected]>" | ||
|
||
# Copy Create Go App CLI binary. | ||
COPY cgapp /cgapp | ||
|
||
# Install git, npm (with nodejs). | ||
RUN apk add --no-cache git npm | ||
|
||
# Install frontend CLIs (globally and in silent mode). | ||
RUN npm i -g -s --unsafe-perm \ | ||
create-react-app \ | ||
preact-cli \ | ||
@vue/cli \ | ||
@angular/cli \ | ||
degit | ||
|
||
# Set entry point. | ||
ENTRYPOINT ["/cgapp"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.