Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/feats/qelectron
https://github.com/feats/qelectron
react styled-components yeoman
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/feats/qelectron
- Owner: feats
- License: mit
- Created: 2016-11-22T16:11:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-02T16:38:15.000Z (about 7 years ago)
- Last Synced: 2024-12-13T22:14:52.641Z (about 1 month ago)
- Topics: react, styled-components, yeoman
- Language: JavaScript
- Size: 88.9 KB
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-qelectron [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
> scaffolds a component using the Quadric Atomic style## Installation
First, install [Yeoman](http://yeoman.io). Then clone this repo and use [npm link](https://www.npmjs.com/) to connect to this module (we assume you have pre-installed [node.js](https://nodejs.org/)).
```bash
npm install -g yo
git clone [email protected]:Quadric/qelectron.git
cd qelectron && npm i -g . && npm link
```Then generate your new project:
```bash
yo qelectron
```## Getting To Know Yeoman
* Yeoman has a heart of gold.
* Yeoman is a person with feelings and opinions, but is very easy to work with.
* Yeoman can be too opinionated at times but is easily convinced not to be.
* Feel free to [learn more about Yeoman](http://yeoman.io/).## License
MIT © [zVictor](zvictor.net)
[npm-image]: https://badge.fury.io/js/generator-qelectron.svg
[npm-url]: https://npmjs.org/package/generator-qelectron
[travis-image]: https://travis-ci.org/Quadric/generator-qelectron.svg?branch=master
[travis-url]: https://travis-ci.org/Quadric/generator-qelectron
[daviddm-image]: https://david-dm.org/Quadric/generator-qelectron.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/Quadric/generator-qelectron
[coveralls-image]: https://coveralls.io/repos/Quadric/generator-qelectron/badge.svg
[coveralls-url]: https://coveralls.io/r/Quadric/generator-qelectron