Skip to content

Commit df41888

Browse files
authored
Update metadata (#82)
1 parent 20ced87 commit df41888

File tree

10 files changed

+355
-394
lines changed

10 files changed

+355
-394
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ community_bridge: # Replace with a single Community Bridge project-name e.g., cl
99
liberapay: scriptex
1010
issuehunt: scriptex
1111
otechie: # Replace with a single Otechie username
12-
custom: ['paypal.me/scriptex']
12+
custom: ['paypal.me/scriptex', 'revolut.me/scriptex']

.github/workflows/build.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,14 @@
1-
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
2-
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
3-
41
name: Build
52

6-
on:
7-
push:
8-
branches: [master]
9-
pull_request:
10-
branches: [master]
3+
on: [push, pull_request]
114

125
jobs:
136
build:
147
runs-on: ubuntu-latest
158

169
strategy:
1710
matrix:
18-
node-version: [12.x, 14.x, 16.x]
11+
node-version: [14.x, 16.x]
1912

2013
steps:
2114
- uses: actions/checkout@v3

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,5 @@ node_modules/
1717
ehthumbs.db
1818
Thumbs.db
1919

20-
# Project specific
21-
.vercel
2220
dist
2321
docs

.npmignore

Lines changed: 14 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ yarn-debug.log*
66
yarn-error.log*
77

88
# Dependency directory
9-
node_modules/
9+
node_modules
1010

1111
# Misc
1212
.DS_Store
@@ -17,33 +17,24 @@ node_modules/
1717
ehthumbs.db
1818
Thumbs.db
1919

20-
# EditorConfig
20+
# Config folders and files
21+
.github
22+
_config.yml
23+
_.config.yml
2124
.editorconfig
22-
23-
# Git
24-
.gitignore
2525
.gitattributes
26-
27-
# CI
28-
.travis.yml
29-
30-
# lock files
31-
yarn.lock
32-
33-
# Prettier
34-
.prettierrc
26+
.gitignore
27+
.nvmrc
3528
.prettierignore
36-
37-
# Config files
38-
_.config.yml
39-
_config.yml
29+
.prettierrc
30+
.stylelintignore
31+
.stylelintrc
4032
.travis.yml
4133
.whitesource
42-
now.json
4334
renovate.json
35+
tsconfig.json
36+
tslint.json
37+
yarn.lock
4438

45-
# Project specific
46-
.github
47-
.vercel
48-
dist
39+
!dist
4940
docs

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,4 @@ node_js:
55
install:
66
- yarn
77
script:
8-
- yarn build
9-
- yarn docs
108
- yarn test

.whitesource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"checkRunSettings": {
66
"vulnerableCheckRunConclusionLevel": "success"
77
}
8-
}
8+
}

README.md

Lines changed: 115 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
[![GitHub release](https://img.shields.io/github/release/scriptex/scss-goodies.svg)](https://github.com/scriptex/scss-goodies/releases/latest)
2-
[![GitHub issues](https://img.shields.io/github/issues/scriptex/scss-goodies.svg)](https://github.com/scriptex/scss-goodies/issues)
3-
[![GitHub last commit](https://img.shields.io/github/last-commit/scriptex/scss-goodies.svg)](https://github.com/scriptex/scss-goodies/commits/master)
4-
[![npm](https://img.shields.io/npm/dt/scss-goodies.svg)](https://www.npmjs.com/package/scss-goodies)
5-
[![npm](https://img.shields.io/npm/v/scss-goodies.svg)](https://www.npmjs.com/package/scss-goodies)
6-
[![Analytics](https://ga-beacon.appspot.com/UA-83446952-1/github.com/scriptex/scss-goodies/README.md)](https://github.com/scriptex/itscss/)
1+
[![Github Build](https://github.com/scriptex/scss-goodies/workflows/Build/badge.svg)](https://github.com/scriptex/scss-goodies/actions?query=workflow%3ABuild)
2+
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/34d3d75710534dc6a38c3584a1dcd068)](https://www.codacy.com/gh/scriptex/scss-goodies/dashboard?utm_source=github.com&utm_medium=referral&utm_content=scriptex/scss-goodies&utm_campaign=Badge_Grade)
3+
[![Codebeat Badge](https://codebeat.co/badges/d765a4c8-2c0e-44f2-89c3-fa364fdc14e6)](https://codebeat.co/projects/github-com-scriptex-scss-goodies-master)
4+
[![CodeFactor Badge](https://www.codefactor.io/repository/github/scriptex/scss-goodies/badge)](https://www.codefactor.io/repository/github/scriptex/scss-goodies)
5+
[![DeepScan grade](https://deepscan.io/api/teams/3574/projects/5257/branches/40799/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=3574&pid=5257&bid=40799)
6+
[![Analytics](https://ga-beacon-361907.ew.r.appspot.com/UA-83446952-1/github.com/scriptex/scss-goodies/README.md?pixel)](https://github.com/scriptex/scss-goodies/)
77

88
# SCSS Goodies
99

@@ -15,6 +15,21 @@ SCSS Googies leaves no footprint (no CSS is being generated when you import the
1515

1616
For details about the current helpers and tools, please see [the API docs](https://scss-goodies.atanas.info).
1717

18+
## Visitor stats
19+
20+
![GitHub stars](https://img.shields.io/github/stars/scriptex/scss-goodies?style=social)
21+
![GitHub forks](https://img.shields.io/github/forks/scriptex/scss-goodies?style=social)
22+
![GitHub watchers](https://img.shields.io/github/watchers/scriptex/scss-goodies?style=social)
23+
![GitHub followers](https://img.shields.io/github/followers/scriptex?style=social)
24+
25+
## Code stats
26+
27+
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/scriptex/scss-goodies)
28+
![GitHub repo size](https://img.shields.io/github/repo-size/scriptex/scss-goodies?style=plastic)
29+
![GitHub language count](https://img.shields.io/github/languages/count/scriptex/scss-goodies?style=plastic)
30+
![GitHub top language](https://img.shields.io/github/languages/top/scriptex/scss-goodies?style=plastic)
31+
![GitHub last commit](https://img.shields.io/github/last-commit/scriptex/scss-goodies?style=plastic)
32+
1833
## Download
1934

2035
You can [download](https://github.com/scriptex/scss-goodies/archive/master.zip) this repository directly or install it via `npm` or `yarn`:
@@ -45,12 +60,100 @@ If manually downloaded, then copy the `scss-goodies` folder in your application
4560

4661
More details about usage, configuration and implementation can be found in the [documentation](https://scss-goodies.atanas.info).
4762

48-
## Support this project
49-
50-
[![Tweet](https://img.shields.io/badge/Tweet-Share_this_repository-blue.svg?style=flat-square&logo=twitter&color=38A1F3)](https://twitter.com/intent/tweet?text=Checkout%20this%20awesome%20software%20project%3A&url=https%3A%2F%2Fgithub.com%2Fscriptex%2Fscss-goodies&via=scriptexbg&hashtags=software%2Cgithub%2Ccode%2Cawesome)
51-
[![Donate](https://img.shields.io/badge/Donate-Support_me_on_PayPal-blue.svg?style=flat-square&logo=paypal&color=222d65)](https://www.paypal.me/scriptex)
52-
[![Become a Patron](https://img.shields.io/badge/Become_Patron-Support_me_on_Patreon-blue.svg?style=flat-square&logo=patreon&color=e64413)](https://www.patreon.com/atanas)
53-
5463
## LICENSE
5564

5665
MIT
66+
67+
---
68+
69+
<div align="center">
70+
Connect with me:
71+
</div>
72+
73+
<br />
74+
75+
<div align="center">
76+
<a href="https://atanas.info">
77+
<img src="https://raw.githubusercontent.com/scriptex/socials/master/styled-assets/logo.svg" height="20" alt="">
78+
</a>
79+
&nbsp;
80+
<a href="mailto:hi@atanas.info">
81+
<img src="https://raw.githubusercontent.com/scriptex/socials/master/styled-assets/email.svg" height="20" alt="">
82+
</a>
83+
&nbsp;
84+
<a href="https://www.linkedin.com/in/scriptex/">
85+
<img src="https://raw.githubusercontent.com/scriptex/socials/master/styled-assets/linkedin.svg" height="20" alt="">
86+
</a>
87+
&nbsp;
88+
<a href="https://github.com/scriptex">
89+
<img src="https://raw.githubusercontent.com/scriptex/socials/master/styled-assets/github.svg" height="20" alt="">
90+
</a>
91+
&nbsp;
92+
<a href="https://gitlab.com/scriptex">
93+
<img src="https://raw.githubusercontent.com/scriptex/socials/master/styled-assets/gitlab.svg" height="20" alt="">
94+
</a>
95+
&nbsp;
96+
<a href="https://twitter.com/scriptexbg">
97+
<img src="https://raw.githubusercontent.com/scriptex/socials/master/styled-assets/twitter.svg" height="20" alt="">
98+
</a>
99+
&nbsp;
100+
<a href="https://www.npmjs.com/~scriptex">
101+
<img src="https://raw.githubusercontent.com/scriptex/socials/master/styled-assets/npm.svg" height="20" alt="">
102+
</a>
103+
&nbsp;
104+
<a href="https://www.youtube.com/user/scriptex">
105+
<img src="https://raw.githubusercontent.com/scriptex/socials/master/styled-assets/youtube.svg" height="20" alt="">
106+
</a>
107+
&nbsp;
108+
<a href="https://stackoverflow.com/users/4140082/atanas-atanasov">
109+
<img src="https://raw.githubusercontent.com/scriptex/socials/master/styled-assets/stackoverflow.svg" height="20" alt="">
110+
</a>
111+
&nbsp;
112+
<a href="https://codepen.io/scriptex/">
113+
<img src="https://raw.githubusercontent.com/scriptex/socials/master/styled-assets/codepen.svg" width="20" alt="">
114+
</a>
115+
&nbsp;
116+
<a href="https://profile.codersrank.io/user/scriptex">
117+
<img src="https://raw.githubusercontent.com/scriptex/socials/master/styled-assets/codersrank.svg" height="20" alt="">
118+
</a>
119+
&nbsp;
120+
<a href="https://linktr.ee/scriptex">
121+
<img src="https://raw.githubusercontent.com/scriptex/socials/master/styled-assets/linktree.svg" height="20" alt="">
122+
</a>
123+
</div>
124+
125+
---
126+
127+
<div align="center">
128+
Support and sponsor my work:
129+
<br />
130+
<br />
131+
<a href="https://twitter.com/intent/tweet?text=Checkout%20this%20awesome%20developer%20profile%3A&url=https%3A%2F%2Fgithub.com%2Fscriptex&via=scriptexbg&hashtags=software%2Cgithub%2Ccode%2Cawesome" title="Tweet">
132+
<img src="https://img.shields.io/badge/Tweet-Share_my_profile-blue.svg?logo=twitter&color=38A1F3" />
133+
</a>
134+
<a href="https://paypal.me/scriptex" title="Donate on Paypal">
135+
<img src="https://img.shields.io/badge/Donate-Support_me_on_PayPal-blue.svg?logo=paypal&color=222d65" />
136+
</a>
137+
<a href="https://revolut.me/scriptex" title="Donate on Revolut">
138+
<img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/scriptex/scriptex/master/badges/revolut.json" />
139+
</a>
140+
<a href="https://patreon.com/atanas" title="Become a Patron">
141+
<img src="https://img.shields.io/badge/Become_Patron-Support_me_on_Patreon-blue.svg?logo=patreon&color=e64413" />
142+
</a>
143+
<a href="https://ko-fi.com/scriptex" title="Buy Me A Coffee">
144+
<img src="https://img.shields.io/badge/Donate-Buy%20me%20a%20coffee-yellow.svg?logo=ko-fi" />
145+
</a>
146+
<a href="https://liberapay.com/scriptex/donate" title="Donate on Liberapay">
147+
<img src="https://img.shields.io/liberapay/receives/scriptex?label=Donate%20on%20Liberapay&logo=liberapay" />
148+
</a>
149+
150+
<a href="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/scriptex/scriptex/master/badges/bitcoin.json" title="Donate Bitcoin">
151+
<img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/scriptex/scriptex/master/badges/bitcoin.json" />
152+
</a>
153+
<a href="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/scriptex/scriptex/master/badges/etherium.json" title="Donate Etherium">
154+
<img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/scriptex/scriptex/master/badges/etherium.json" />
155+
</a>
156+
<a href="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/scriptex/scriptex/master/badges/shiba-inu.json" title="Donate Shiba Inu">
157+
<img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/scriptex/scriptex/master/badges/shiba-inu.json" />
158+
</a>
159+
</div>

package.json

Lines changed: 12 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scss-goodies",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "SCSS tools and helpers for every day usage",
55
"keywords": [
66
"SCSS",
@@ -10,39 +10,25 @@
1010
"SCSS goodies",
1111
"SCSS utilities"
1212
],
13-
"homepage": "https://atanas.info/projects/scss-goodies.html",
13+
"homepage": "https://scss-goodies.atanas.info/",
1414
"bugs": {
15-
"url": "https://github.com/scriptex/scss-helpers/issues",
16-
"email": "scriptex.bg@gmail.com"
15+
"url": "https://github.com/scriptex/scss-goodies/issues",
16+
"email": "hi@atanas.info"
1717
},
1818
"license": "MIT",
19+
"author": "Atanas Atanasov <hi@atanas.info> (https://atanas.info)",
20+
"funding": "https://github.com/sponsors/scriptex",
21+
"main": "index.scss",
22+
"style": "index.scss",
23+
"repository": {
24+
"type": "git",
25+
"url": "github:scriptex/scss-goodies"
26+
},
1927
"scripts": {
2028
"docs": "rm -rf docs && sassdoc src --dest docs",
2129
"build": "rm -rf dist && sass index.scss dist/index.css --no-source-map",
2230
"test": "yarn build && yarn docs && tape test.js"
2331
},
24-
"author": {
25-
"name": "Atanas Atanasov",
26-
"email": "scriptex.bg@gmail.com",
27-
"url": "https://atanas.info"
28-
},
29-
"funding": [
30-
{
31-
"type": "individual",
32-
"url": "https://www.paypal.me/scriptex"
33-
},
34-
{
35-
"type": "patreon",
36-
"url": "https://www.patreon.com/atanas"
37-
},
38-
{
39-
"type": "individual",
40-
"url": "https://ko-fi.com/scriptex"
41-
}
42-
],
43-
"repository": "https://github.com/scriptex/scss-helpers",
44-
"main": "index.scss",
45-
"style": "index.scss",
4632
"dependencies": {
4733
"sass": "1.55.0"
4834
},

vercel.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)