This package has been deprecated

Author message:

This package is no longer necessary as it's now part of the CLI

front-end-styleguide-init

2.10.2 • Public • Published

Front End Styleguide Init

NPM version Dependencies JavaScript Standard Style

This package creates the basic file structure needed for the Front End Styleguide to work correct. It is used by the CLI package.

Installation

# Yarn 
yarn add --dev front-end-styleguide-init
 
# npm 
npm install --save-dev front-end-styleguide-init

Usage

// Require the init package
const styleguideInit = require('front-end-styleguide-init')
 
// `dir` is the directory where the styleguide will be initialized
styleguideInit(dir)

Test

To test this package run npm test. Please note: This is not an automated test. It requires command line inputs and manual inspection of the test/temp output folder.

Readme

Keywords

none

Package Sidebar

Install

npm i front-end-styleguide-init

Weekly Downloads

8

Version

2.10.2

License

GPL-3.0

Last publish

Collaborators

  • mvsde