hyper-star-wars
Advanced tools
Comparing version 3.1.0 to 3.2.0
@@ -12,4 +12,4 @@ 'use strict'; | ||
const colorSchemes = { | ||
characters: path.resolve(__dirname, 'characters.yml'), | ||
sides: path.resolve(__dirname, 'sides.yml') | ||
characters: path.resolve(__dirname, 'themes', 'characters.yml'), | ||
sides: path.resolve(__dirname, 'themes', 'sides.yml') | ||
}; | ||
@@ -16,0 +16,0 @@ |
MIT License | ||
Copyright (c) 2017 Klaus Sinani <klauscfhq@protonmail.com> | ||
Copyright (c) Klaus Sinani <klauscfhq@protonmail.com> | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
{ | ||
"name": "hyper-star-wars", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"description": "🚀Super awesome, your Hyper terminal shall look.", | ||
@@ -20,25 +20,23 @@ "license": "MIT", | ||
], | ||
"files": [ | ||
"index.js", | ||
"backgrounds", | ||
"themes" | ||
], | ||
"keywords": [ | ||
"hyper", | ||
"hyperterm", | ||
"hyper-star-wars", | ||
"hyper-theme", | ||
"color-scheme", | ||
"star-wars", | ||
"theme", | ||
"terminal", | ||
"background", | ||
"ui", | ||
"syntax" | ||
"theme" | ||
], | ||
"scripts": { | ||
"test": "xo index.js && yamllint *.yml" | ||
"test": "xo && yamllint themes/*.yml" | ||
}, | ||
"dependencies": { | ||
"color": "^3.0.0", | ||
"home-dir": "^1.0.0", | ||
"js-yaml": "^3.10.0" | ||
}, | ||
"devDependencies": { | ||
"xo": "^0.20.3", | ||
"xo": "*", | ||
"yaml-lint": "^1.0.0" | ||
@@ -45,0 +43,0 @@ }, |
@@ -16,23 +16,11 @@ <h1 align="center"> | ||
<p align="center"> | ||
<a href="https://github.com/klauscfhq/hyper-star-wars"> | ||
<img alt="May the Force be will you" src="https://img.shields.io/badge/May%20the%20Force-be%20with%20you-green.svg"> | ||
</a> | ||
<a href="https://travis-ci.org/klauscfhq/hyper-star-wars"> | ||
<img alt="Build Status" src="https://travis-ci.org/klauscfhq/hyper-star-wars.svg?branch=master"> | ||
</a> | ||
<a href="https://tidelift.com/repo/github/klauscfhq/hyper-star-wars"> | ||
<img alt="Dependency Status" src="https://tidelift.com/badges/github/klauscfhq/hyper-star-wars?style=flat"> | ||
<a href="https://github.com/bnb/awesome-hyper"> | ||
<img alt="Awesome" src="https://awesome.re/mentioned-badge.svg"> | ||
</a> | ||
<a href="https://github.com/klauscfhq/hyper-star-wars"> | ||
<img alt="XO code style" src="https://img.shields.io/badge/code_style-XO-5ed9c7.svg"> | ||
<img alt="May the Force be will you" src="https://img.shields.io/badge/May%20the%20Force-be%20with%20you-green.svg"> | ||
</a> | ||
<a href="https://gitter.im/klauscfhq/hyper-star-wars"> | ||
<img alt="Gitter" src="https://img.shields.io/gitter/room/nwjs/nw.js.svg"> | ||
</a> | ||
<a href="https://github.com/klauscfhq/hyper-star-wars"> | ||
<img alt="npm" src="https://img.shields.io/npm/dt/hyper-star-wars.svg"> | ||
</a> | ||
<a href="https://github.com/bnb/awesome-hyper"> | ||
<img alt="Awesome" src="https://awesome.re/mentioned-badge.svg"> | ||
</a> | ||
</p> | ||
@@ -57,6 +45,4 @@ | ||
Do you enjoy this project? Maybe you love **Pokémon**? Then, you will also love our [Hyper Pokémon](https://github.com/klauscfhq/hyper-pokemon) ![](media/pikachu.gif) theme project. Go take a peek. | ||
Come over to [Gitter](https://gitter.im/klauscfhq/hyper-star-wars) or [Twitter](https://twitter.com/klauscfhq) to share your thoughts on the project. | ||
Come over to our [Gitter](https://gitter.im/klauscfhq/hyper-star-wars) chat to share your thoughts on the project or to just say hi. | ||
Get the backgrounds as 4K HD wallpapers [here](https://www.dropbox.com/sh/il9099epzoyylvw/AABfkYQbuzFJr9yIDaOROZcVa?dl=0). | ||
@@ -66,17 +52,11 @@ | ||
### Using the plugin manager - `hpm-cli` | ||
### Using the plugin manager - `hyper` | ||
Firstly, ensure you have [Hyper](https://github.com/zeit/hyper/releases) and [Node.js](https://nodejs.org) installed in your system.<br/> | ||
Then simply do the `npm` dance to get `hpm-cli` | ||
Firstly, ensure you have [Hyper](https://github.com/zeit/hyper/releases) installed in your system. | ||
```bash | ||
# fire up a terminal and type | ||
$ npm install -g hpm-cli | ||
``` | ||
Once done with that, it's time to install the `hyper-star-wars` theme. | ||
```bash | ||
# run the hyper plugin manager | ||
$ hpm install hyper-star-wars | ||
# fire up a terminal and type | ||
$ hyper i hyper-star-wars | ||
``` | ||
@@ -222,6 +202,5 @@ | ||
More awesome Hyper plugins. | ||
- [Hyper Pokemon](https://github.com/klauscfhq/hyper-pokemon) - Tailor-made Pokémon themes for your Hyper terminal. | ||
- [Hyperocean](https://github.com/klauscfhq/hyperocean) - Deep oceanic blue Hyper theme. | ||
- [Hyper Pokemon](https://github.com/klauscfhq/hyper-pokemon) - 🌈 Tailor-made Pokémon themes for your Hyper terminal. | ||
## Team | ||
@@ -228,0 +207,0 @@ |
2
13223599
30
212
- Removedhome-dir@^1.0.0
- Removedhome-dir@1.0.0(transitive)