Skip to content

Commit

Permalink
feat: 😭😭😭
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Dec 17, 2022
0 parents commit be97f20
Show file tree
Hide file tree
Showing 8 changed files with 106 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Publish Release

on:
push:
tags:
- "*.*"

jobs:
main:
name: Publish Release
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v3

- name: Publish Release
uses: Leomotors/auto-publish-release@main
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref }}
title: "cunny"
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
*.tgz
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!*.js
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog 😭

## [69.420.177013] - 2022-12-17

- feat: 😭
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# cunny

😭😭😭
6 changes: 6 additions & 0 deletions cunny.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/env node
// @ts-check

const open = require("open");

open("https://www.youtube.com/watch?v=NOZONW-UK0w&t=26s");
30 changes: 30 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "cunny",
"version": "69.420.177013",
"description": "😭😭😭",
"main": "cunny.js",
"scripts": {
"postinstall": "node cunny.js"
},
"bin": {
"cunny": "cunny.js"
},
"repository": {
"type": "git",
"url": "https://github.com/CunnyDev/cunny"
},
"author": {
"name": "Cunny Developer",
"url": "https://github.com/CunnyDev"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"keywords": [
"cunny"
],
"dependencies": {
"open": "^8.4.0"
}
}
36 changes: 36 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit be97f20

Please sign in to comment.