1.1.9 • Published 2 years ago

autostyles v1.1.9

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years ago

autostyles

NPM module for transforming css into automatic style guides.

js-semistandard-style

Install (Privately)

npm install --save-dev autostyles

Run (Privately)

  • add these lines to your package.json
"scripts": {
  "styleguide": "buildguide",
}

THEN

npm run styleguide

OR

Install (Globally)

npm install autostyles -g

Usage (Globally)

buildguide

You will be prompted for the source & destination folders. This information will be used to generate your style guide.

  • ✔ Turn debug on to get log info? yes
  • ✔ Source folder ./my-css Source folder containing css files
  • ✔ Destination folder dist Destination folder final guide files

Examples

The css files located inside the /css folder

  /css
    |-- sample.css
    |-- sample2.css

are transformed into

/dist
  |-- index.html
  |-- page0.html
  |-- page1.html
  |-- css
        |-- autostyles.css
        |-- autostyles.js
        |-- sample.css
        |-- sample2.css
1.1.9

2 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

0.1.0

8 years ago

0.0.0

8 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago