styr

0.0.32 • Public • Published

Styr

/stɪ́əɾ/

pipeline status npm version

Screenshot

 ____  _
/ ___|| |_ _   _ _ __
\___ \| __| | | | '__|
 ___) | |_| |_| | |
|____/ \__|\__, |_|
           |___/
 
Styr; STYlish css libRary

Repository

https://gitlab.com/grauwoelfchen/styr

Dependencies

Install

% npm install --save styr

Features

See doc/index.html

Styles

Components

Documentation

https://grauwoelfchen.gitlab.io/styr

Development

Requirements

  • Node.js 8.9.0

Setup

: e.g. use nodeenv
% python3.5 -m venv venv
% source venv/bin/activate
(venv) % pip install --upgrade pip setuptools
(venv) % pip install nodeenv
(venv) % nodeenv -p --node=8.9.0
 
(venv) % npm i -g npm
(venv) % npm i

Document

: open local document
% xdg-open doc/index.html

Lint

: check gulpfile.js
% npm install -g eslint
% eslint gulpfile.js

Build

: build assets
% npm install -g gulp-cli
% gulp

License

This program is free software: you can redistribute it and/or modify it under the terms of the MIT License.

See LICENSE.

Styr
Copyright (c) 2017-2018 Yasuhiro Asaka

/styr/

    Package Sidebar

    Install

    npm i styr

    Weekly Downloads

    0

    Version

    0.0.32

    License

    MIT

    Last publish

    Collaborators

    • grauwoelfchen