Сreate new PostHTML plugins in a few steps:
Clone this repository to your new workspace:
git clone git@github.com:jonathantneal/posthtml-plugin-boilerplate.git posthtml-my-plugin
Run the installer in your workspace. It will ask you a few questions and scaffold your plugin.
npm install
Create your GitHub repository and push your project there.
Add your project to Travis CI.
Write code to index.js
, tests to test.js
, and plugin details to README.md
.