wiki-plugin-slackmatic

0.1.1 • Public • Published

Federated Wiki - Slackmatic Plugin

This plugin, type: slackmatic, extends the markup of the federated wiki.

Build

npm install
grunt build

cd ~/wiki-tls
docker-compose exec farm bash
# now inside the container...
( \
  cd ~/fedwiki/wiki-plugin-slackmatic \
  && node_modules/grunt/bin/grunt build \
  && npm pack \
  && cd ~/lib/node_modules/wiki \
  && npm install ~/fedwiki/wiki-plugin-slackmatic/wiki-plugin-slackmatic-0.1.0.tgz \
)

Publish

grunt build
npm pack | tail -1
# upload the tarball to a public web site
# npm install $TARBALL_URL

License

MIT

Package Sidebar

Install

npm i wiki-plugin-slackmatic

Weekly Downloads

1

Version

0.1.1

License

MIT

Unpacked Size

280 kB

Total Files

12

Last publish

Collaborators

  • dobbse