0.7.1 • Published 6 years ago

turntable-kit v0.7.1

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

Turntable Kit

Install, update, and adjust your Turntable.

GitHub release Travis

Turntable is an SCSS Library.

Visit the wiki for Documentation.

Install locally

# Yarn
yarn add -D turntable-kit

# NPM
npm i -D turntable-kit

Or install globally for CLI

Yarn:

# Yarn
yarn global add turntable-kit

# NPM
npm i -g turntable-kit

Setup (local only)

Utilize NPX

This comes with NPM v5.2.0+

npx dj ...

Or add a script to your package.json

"scripts": {
	"dj": "dj"
}

then use:

yarn run dj ...
# or
npm run dj ...

Commands

Auto initialize and build

dj init

Input the following values:

You can just hit enter for the default value.

Build Turntable with a Channel

Manually create/edit a .channel.yml or .channel.json file at the root:

YAML:

path: <where/you/want/turntable>
year: <vendor prefix support>
ie: <version support>

JSON:

{
	"path": "<where/you/want/turntable>",
	"year": "<vendor prefix support>",
	"ie": "<version support>"
}

And then run:

dj adjust

Fetch the latest SCSS file

dj update

Print version

dj version

Help

dj help
0.7.1

6 years ago

0.7.0

6 years ago

0.6.4

6 years ago

0.6.2

6 years ago

0.6.1

6 years ago

0.6.0

6 years ago

0.5.2

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago