sassdocify

Make a SassDoc branch.

Usage no npm install needed!

<script type="module">
  import sassdocify from 'https://cdn.skypack.dev/sassdocify';
</script>

README

SassDocify

Make a SassDoc branch.

Description

See SassDocify page on SassDoc website.

Development

Compile the ronn man page:

bundle install # Need to do this at least once
make man

Propagate version to bin/sassdocify and package.json after bumping in Makefile:

make version

Set sassdocify's bin directory directly in your PATH:

export PATH="$PWD/bin:$PATH"

Or more persistent version (need logout):

echo "export PATH='$PWD/bin:\$PATH'" >> ~/.profile