Skip to content

Commit

Permalink
Merge branch 'release/0.6.0' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
hiukky committed Sep 6, 2020
2 parents aa7e173 + e660e3f commit 5f1f83e
Show file tree
Hide file tree
Showing 79 changed files with 3,331 additions and 528 deletions.
10 changes: 6 additions & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@
}
},
"rules": {
"class-methods-use-this": "off",
"no-unused-vars": "off",
"global-require": "off",
"@typescript-eslint/no-unused-vars": "error",
"class-methods-use-this": 0,
"no-unused-vars": 0,
"global-require": 0,
"@typescript-eslint/no-unused-vars": 0,
"import/no-extraneous-dependencies": 0,
"import/prefer-default-export": 0,
"import/extensions": [
"error",
"ignorePackages",
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
node_modules/
dist/
.nyc_output/
coverage/
*.vsix
8 changes: 8 additions & 0 deletions .nycrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": "@istanbuljs/nyc-config-typescript",
"all": true,
"check-coverage": true,
"reporter": ["text", "lcov"],
"include": ["packages/core"],
"exclude": ["**/types.ts", "**/index.ts", "**/*.spec.ts"]
}
25 changes: 25 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
language: node_js

sudo: false

node_js:
- 'node'

before_install:
- if [ $TRAVIS_OS_NAME == "linux" ]; then
export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0;
sh -e /etc/init.d/xvfb start;
sleep 3;
fi

install:
- npm install
- npm i ./packages/core packages/insomnia
- npm i ./packages/core packages/vscode
- npm run build

script:
- npm test --silent

after_success:
- npm run coverage
35 changes: 24 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,46 @@
<div align="center">
<img alt="flate logo" src="https://github.com/hiukky/flate/raw/develop/assets/brand.png"/>
<img alt="flate logo" src="./assets/banner.svg"/>
</div>

<p align="center">
<a href="httdivs://github.com/hiukky/flate/blob/develop/LICENSE">
<img alt="GitHub license" src="https://img.shields.io/github/license/hiukky/flate?color=%236BF178&style=flat-square" />
<a href="https://travis-ci.org/github/hiukky/flate">
<img alt="Travis (.org) branch" src="https://img.shields.io/travis/hiukky/flate/develop?color=%2323d18c&style=for-the-badge&colorA=1C1D27">
</a>
<a href="https://codecov.io/gh/hiukky/flate">
<img alt="Codecov branch" src="https://img.shields.io/codecov/c/github/hiukky/flate/develop?color=%23ff5d8f&style=for-the-badge&colorA=1C1D27">
</a>
<a href="https://github.com/hiukky/flate/stargazers">
<img alt="GitHub stars" src="https://img.shields.io/github/stars/hiukky/flate?color=%23a29bfe&style=flat-square" />
<img alt="GitHub stars" src="https://img.shields.io/github/stars/hiukky/flate?color=%2300cecb&style=for-the-badge&colorA=1C1D27">
</a>
<a href="https://github.com/hiukky/flate/network">
<img alt="GitHub forks" src="https://img.shields.io/github/forks/hiukky/flate?color=%23ff595e&style=flat-square" />
<img alt="GitHub forks" src="https://img.shields.io/github/forks/hiukky/flate?color=%23a29bfe&style=for-the-badge&colorA=1C1D27">
</a>
<a href="https://github.com/hiukky/flate/issues">
<img alt="GitHub issues" src="https://img.shields.io/github/issues/hiukky/flate?color=%23eab464&style=flat-square" />
<img alt="GitHub issues" src="https://img.shields.io/github/issues/hiukky/flate?style=for-the-badge&color=ffe066&colorA=1C1D27">
</a>
<a href="httdivs://github.com/hiukky/flate/blob/develop/LICENSE">
<img alt="GitHub license" src="https://img.shields.io/github/license/hiukky/flate?color=%23eab464&style=for-the-badge&colorA=1C1D27" />
</a>
</p>

<h3 align="center"> A package of dark themes with a mix of cool colors. </h3>

<p align="center">
<sub>Built with ❤︎ by <a href="https://hiukky.com">Hiukky</a>
<br/>
</p>

<h2 align="center"> A package of dark themes with a mix of cool colors. </h2>
<br>

## Packages

Available packages.

### [VS Code](https://github.com/hiukky/flate/blob/develop/packages/vscode/README.md)
- [Core](https://github.com/hiukky/flate/tree/master/packages/core)

<img src="https://github.com/hiukky/flate/blob/develop/packages/vscode/assets/vscode.png?raw=true" />
## Themes

### [Insomnia](https://github.com/hiukky/flate/blob/develop/packages/insomnia/README.md)
Available themes.

<img src="https://github.com/hiukky/flate/blob/develop/packages/insomnia/assets/insomnia.png?raw=true" />
- [VS Code](https://github.com/hiukky/flate/tree/master/packages/vscode)
- [Insomnia](https://github.com/hiukky/flate/tree/master/packages/insomnia)
18 changes: 18 additions & 0 deletions assets/banner.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/brand.png
Binary file not shown.
Binary file removed assets/logo.png
Binary file not shown.
9 changes: 9 additions & 0 deletions coverconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"enabled": true,
"relativeSourcePath": "packages/**",
"relativeCoverageDir": "packages/**/coverage",
"ignorePatterns": ["**/node_modules/**"],
"includePid": false,
"reports": ["json", "html", "lcov"],
"verbose": false
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.5.0",
"version": "0.6.0",
"useWorkspaces": true,
"packages": ["packages/*"],
"npmClient": "yarn"
Expand Down
33 changes: 23 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,35 @@
"url": "https://github.com/hiukky/flate"
},
"scripts": {
"format": "prettier --write \"./packages/**/*.{ts,js}\""
"format": "prettier --write \"./packages/**/*.{ts,js}\"",
"clean": "rimraf packages/**/dist",
"build": "yarn clean && lerna run build",
"test": "nyc lerna run test",
"coverage": "codecov"
},
"devDependencies": {
"@commitlint/cli": "^9.1.1",
"@commitlint/config-conventional": "^9.1.1",
"@types/node": "^14.0.23",
"@typescript-eslint/eslint-plugin": "^3.6.1",
"@typescript-eslint/parser": "^3.6.1",
"eslint": "^7.4.0",
"@ava/typescript": "^1.1.1",
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@types/node": "^14.6.4",
"@types/rimraf": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"ava": "^3.12.1",
"codecov": "^3.7.2",
"eslint": "^7.8.1",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"husky": "^4.2.5",
"lerna": "^3.22.1",
"prettier": "^2.0.5",
"ts-node": "^8.10.2",
"typescript": "^3.9.6"
"nyc": "^15.1.0",
"packages": "^0.0.8",
"prettier": "^2.1.1",
"rimraf": "^3.0.2",
"source-map-support": "^0.5.19",
"ts-node": "^9.0.0",
"typescript": "^4.0.2"
}
}
54 changes: 54 additions & 0 deletions packages/core/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<div align="center">
<img alt="flate logo" src="https://raw.githubusercontent.com/hiukky/flate/7590ad5c0cc7cc2c1b73de04aff5f04bda6187c0/packages/core/assets/banner.svg"/>
</div>

<p align="center">
<a href="https://travis-ci.org/github/hiukky/flate">
<img alt="Travis (.org) branch" src="https://img.shields.io/travis/hiukky/flate/develop?color=%2323d18c&style=for-the-badge&colorA=1C1D27">
</a>
<a href="https://codecov.io/gh/hiukky/flate">
<img alt="Codecov branch" src="https://img.shields.io/codecov/c/github/hiukky/flate/develop?color=%23ff5d8f&style=for-the-badge&colorA=1C1D27">
</a>
<a href="https://github.com/hiukky/flate/stargazers">
<img alt="GitHub stars" src="https://img.shields.io/github/stars/hiukky/flate?color=%2300cecb&style=for-the-badge&colorA=1C1D27">
</a>
<a href="https://github.com/hiukky/flate/network">
<img alt="GitHub forks" src="https://img.shields.io/github/forks/hiukky/flate?color=%23a29bfe&style=for-the-badge&colorA=1C1D27">
</a>
<a href="https://github.com/hiukky/flate/issues">
<img alt="GitHub issues" src="https://img.shields.io/github/issues/hiukky/flate?style=for-the-badge&color=ffe066&colorA=1C1D27">
</a>
<a href="httdivs://github.com/hiukky/flate/blob/develop/LICENSE">
<img alt="GitHub license" src="https://img.shields.io/github/license/hiukky/flate?color=%23eab464&style=for-the-badge&colorA=1C1D27" />
</a>
</p>

<h3 align="center"> The Heart of Flate! </h3>

<p align="center">
<sub>Built with ❤︎ by <a href="https://hiukky.com">Hiukky</a>
<br/>
</p>

<br>

<h2> Colors </h2>

<h3>Palette</h3>
Flate has a very varied color scheme, being formed by 13 color variations and 3 dark bases which are <strong>Flate</strong>, <strong>Flate Arc</strong> and <strong>Flate Punk</strong>.

<div>
<br>
<img alt="flate colors" src="https://raw.githubusercontent.com/hiukky/flate/7590ad5c0cc7cc2c1b73de04aff5f04bda6187c0/packages/core/assets/colors.svg"/>
</div>

<h3> Variants </h3>
These are the 3 variants available for Flate at the moment! I tried :/... if any of the variants doesn't suit your tastes, feel free to use your creativity and share your PR with your suggestions.

<div>
<br>
<img alt="flate variants" src="https://raw.githubusercontent.com/hiukky/flate/7590ad5c0cc7cc2c1b73de04aff5f04bda6187c0/packages/core/assets/variants.svg"/>
</div>

<h2> Tools </h2>
This package will be independent in the future. Here are the tools you need to make creating your themes very easy and productive.
30 changes: 30 additions & 0 deletions packages/core/assets/banner.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5f1f83e

Please sign in to comment.