Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

styledocco

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

styledocco - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

LICENSE

1

lib/main.js

@@ -257,3 +257,2 @@ (function() {

if (source.match(/(\/|^)\./)) return false;
if (source.match(/(\/|^)_.*\.s[ac]ss$/)) return false;
if (!(path.extname(source) in languages)) return false;

@@ -260,0 +259,0 @@ if (!fs.statSync(source).isFile()) return false;

@@ -10,7 +10,7 @@ {

"author": "Jacob Rask <jacob@jacobrask.net>",
"version": "0.1.0",
"version": "0.1.1",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
"url": "http://github.com/jacobrask/styledocco/raw/master/LICENSE"
}

@@ -17,0 +17,0 @@ ],

@@ -8,21 +8,17 @@ _______ __ __ _____

About
=====
## About
StyleDocco takes your stylesheets and generates style guide documents with the processed stylesheets applied to the documents.
StyleDocco generates documentation and style guide documents from your stylesheets.
`styledocco --name 'My Site' main.css` will generate `docs/main.html` with all the comments from the file (passed through GitHub flavored Markdown) in one column, and all the code in another column.
It takes the comments from stylesheets and produces HTML documents that display your comments alongside your code, with any HTML snippets from the comments rendered using the processed stylesheets.
The CSS in `main.css` will be applied to the page. This means you can add sample HTML content in the comments of your CSS file, and have it rendered in the browser using that same CSS.
There is no special syntax, comments are just parsed with (GitHub flavored) Markdown. This means that the documentation will still make sense when reading the plain stylesheets, or if you decide to not keep using StyleDocco.
If your project includes a `README` file, it will be used as the base for an `index.html`.
If your project includes a `README` file, it will be used as the base for an `index.html`. StyleDocco will also add some default styles to your documentation, but they are easy to modify to make it fit with your project.
StyleDocco will add `docs.css` with some default styles to your documentation, but you might want to modify it to make it fit with your project.
StyleDocco will automatically compile any SASS, SCSS, Less or Stylus code before it is applied to the page.
StyleDocco will automatically compile any SASS, SCSS, Less or Stylus code before it is applied to the page. Hidden files and SASS partials will be ignored.
## Install
Install
=======
StyleDocco requires [Node.js](http://nodejs.org).

@@ -32,10 +28,12 @@

or checkout this repository.
Usage
=====
StyleDocco is free software, released under the MIT license.
## Usage
`styledocco [options] [INPUT]`
Options
-------
### Options

@@ -48,4 +46,3 @@ * `--name`, `-n` Name of the project *(required)*

Examples
========
## Examples

@@ -64,4 +61,3 @@ /* <button class="btn primary">Primary</button>

Acknowledgements
================
## Acknowledgements

@@ -68,0 +64,0 @@ Thanks to:

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc