Сreate new PostHTML plugins in a few steps:
-
Clone this repository to your new workspace:
git clone [email protected]: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 totest.js
, and plugin details toREADME.md
.