1.8.1 • Published 6 years ago

front-end-styleguide-cli v1.8.1

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
6 years ago

Front End Styleguide CLI

NPM version Dependencies JavaScript Standard Style

This package provides a global CLI interface for the Front End Styleguide. It uses the Init package to create new projects.

Installation

# Yarn
yarn global add front-end-styleguide-cli

# npm
npm install -g front-end-styleguide-cli

Project Creation

mkdir new-project
cd new-project
front-end-styleguide init

Usage

# Start dev server
yarn dev
# or
npm run dev

# Build files for production
yarn build
# or
npm run build

# Create static styleguide
yarn build:dev
# or
npm run build:dev

# Run linting
yarn lint
# or
npm run lint

# Run unit and e2e tests
yarn test
# or
npm run test

For more information take a look at the templates of the init package.

Test the CLI package

# Yarn
yarn test

# npm
npm test

The test needs manual input during the styleguide init phase.

1.8.1

6 years ago

1.8.0

7 years ago

1.7.1

7 years ago

1.7.0

7 years ago

1.6.0

7 years ago

1.5.3

7 years ago

1.5.2

7 years ago

1.5.1

7 years ago

1.5.0

7 years ago

1.4.3

7 years ago

1.4.2

7 years ago

1.4.1

7 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago