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.scsssettings/_settings.scss into main.scssWith 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.