npm install --save-dev kanbasu
yarn add --dev kanbasu
git submodule add git@github.com:liip/kanbasu.git
Download the latest release archive
Easily scaffold a new project by running the script below in your project directory to:
kanbasu.scss
(renamed main.scss
) and settings/_settings.scss
to the specified destinationmain.scss
to match the Node module location!default
flags from settings/_settings.scss
settings/_settings.scss
into main.scss
With npx:
npx kanbasu path/to/your/sass/directory
With yarn:
yarn run kanbasu path/to/your/sass/directory
With Node only:
node node_modules/kanbasu/scripts/scaffold.js path/to/your/sass/directory
Note: the script might be in a different location if you didn’t use npm to install Kanbasu.