Socket
Socket
Sign inDemoInstall

live-guide

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

live-guide - npm Package Compare versions

Comparing version 0.6.7 to 0.7.0

11

lib/filter-array/lib/syntax.js

@@ -22,4 +22,4 @@ 'use strict';

author: {
description: 'Contribute the code to someone',
example: ['/* @example Jan Doe */', `// @author Jon Doe`],
description: 'Contribute the code to someone.',
example: ['/* @author Jan Doe */', `// @author Jon Doe`],
pattern: /@author[^\S\n]+?(.+)/g,

@@ -38,3 +38,3 @@ filter: '<p class="author">**Authored by:** *$1*</p>',

description: 'A code example, similar to writing code blocks in Markdown',
example: [`//@example\n//<button class="btn">Click me, I do stuff!</button>//\n`, `/*\n@example\n*<button class="btn">Click me, I do stuff!//</button>\n*/`],
example: [`//@example\n//<button class="btn">Click me, I do stuff!</button>\n//\n`, `/*\n@example\n*<button class="btn">Click me, I do stuff!</button>\n*/`],
notes: 'Any example written in a single line comments will need a blank comment line `//` after it.',

@@ -66,3 +66,3 @@ pattern: /^@example(.*?)?$\s((?:^.+$\s?)+)/gm,

todo: {
description: 'Let users know what needs to be done in this section of your style guide',
description: 'Let users know what needs to be done in this section of your styleguide',
pattern: /^@(?:todo|task) (.*)$/gm,

@@ -79,3 +79,4 @@ filter: `**TODO:** *$1*`

wrietName: {
description: 'If you want the file name to be different than the title, for instance setting up an index page. *There is no need to provide a file extension*',
description: 'If you want the file name to be different than the title, for instance setting up an index page.',
notes: 'There is no need to provide a file extension',
pattern: /@writeName(.+)/g,

@@ -82,0 +83,0 @@ task: function(obj) {

{
"name": "live-guide",
"version": "0.6.7",
"version": "0.7.0",
"description": "Generate style guides based on commented style sheets.",

@@ -5,0 +5,0 @@ "author": {

@@ -29,11 +29,11 @@ live-guide

```shell
styleguider --input **/*.css [options]
Options:
--input, -i file(s) (glob pattern) that should be evaulated and built into
the Styleguide [required]
--output, -o Where should the output styleguide go? Defaults to current
working directory /styleguide
--resource, -r additional resources to be loaded into the code example
iframes [array]
--input, -i file(s) (glob pattern) that should be evaulated and built into the Styleguide [required]
--output, -o Where should the output styleguide go? Defaults to current working directory /styleguide
--resource, -r additional resources to be loaded into the code example iframes [array]
--name, -n name for the style guide or product
--help, -h Show help [boolean]
--help, -h Show help [boolean]
```

@@ -44,9 +44,7 @@

#### @author
**Description:** Contribute the code to someone
**Description:** Contribute the code to someone.
**Example:**
```
/* @example Jan Doe */
/* @author Jan Doe */

@@ -60,4 +58,2 @@ // @author Jon Doe

**Example:**

@@ -73,3 +69,2 @@ ```

**Description:** A code example, similar to writing code blocks in Markdown
*Any example written in a single line comments will need a blank comment line `//` after it.*

@@ -80,3 +75,4 @@

//@example
//<button class="btn">Click me, I do stuff!</button>//
//<button class="btn">Click me, I do stuff!</button>
//

@@ -86,3 +82,3 @@

@example
*<button class="btn">Click me, I do stuff!//</button>
*<button class="btn">Click me, I do stuff!</button>
*/

@@ -98,6 +94,4 @@ ```

#### @todo
**Description:** Let users know what needs to be done in this section of your style guide
**Description:** Let users know what needs to be done in this section of your styleguide

@@ -107,4 +101,2 @@

#### @url

@@ -116,6 +108,8 @@ **Description:** Add a link to the styleguide, automatically opens in a new tab

#### @wrietName
**Description:** If you want the file name to be different than the title, for instance setting up an index page.
*There is no need to provide a file extension*
#### @wrietName
**Description:** If you want the file name to be different than the title, for instance setting up an index page. *There is no need to provide a file extension*
## Todo

@@ -125,3 +119,2 @@

## Todo

@@ -132,2 +125,3 @@

- Log whats happening.

@@ -134,0 +128,0 @@ - Internal Modules

@@ -6,3 +6,3 @@ 'use strict';

syntaxAPI = require(path.resolve(__dirname, '../lib/filter-array/lib/syntax')),
readmeRegex = /##(?:[\sa-z]+)api(.|\n)*## TODO/gi;
readmeRegex = /## module api(.|\n)*## TODO/gi;

@@ -9,0 +9,0 @@ const syntaxString = function(key, obj) {

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