Skip to content

Commit

Permalink
Merge pull request #16 from ev-the-dev/cicd/cp-readme-license
Browse files Browse the repository at this point in the history
Cicd/cp readme license
  • Loading branch information
ehutchllew authored Apr 13, 2024
2 parents 358176b + 327bbc4 commit df6d1e1
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 249 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Build
run: CGO_ENABLED=0 go build -ldflags="-w -X 'github.com/ev-the-dev/tmplts/cmd.version=${{ env.VERSION }}'" -o bin/tmplts

- name: Copy Files
run: cp README.md LICENSE npm/

- name: Upload Binary
uses: actions/upload-artifact@v4
with:
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ $ tmplts -h
>📓 Follow the progress of roadmap items at this **[Trello Board](https://trello.com/b/row1fgVz)**
* Add Prettier and its config file.
* Add more CLI options, like --version/-v.
* Implement checks for existing files in cwd. The tool should not overwrite files, but append to them if they already exist.
* Simple GitHub deploy workflow adjustment to copy over README and LICENSE into the npm dir prior to publishing.
* Provide alternative ways to install binaries other than via the npm registry -- i.e. curl, brew, apt, etc.
Expand Down
201 changes: 0 additions & 201 deletions npm/LICENSE

This file was deleted.

46 changes: 0 additions & 46 deletions npm/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ev-the-dev/tmplts",
"author": "ev-the-dev",
"version": "0.0.8",
"version": "0.0.9",
"description": "TypeScript Project Configuration Bootstrapper",
"license": "Apache-2.0",
"bin": {
Expand Down

0 comments on commit df6d1e1

Please sign in to comment.