Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 594 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 594 Bytes

PostHTML Plugin Boilerplate

Сreate new PostHTML plugins in a few steps:

  1. Clone this repository to your new workspace:

    git clone [email protected]:jonathantneal/posthtml-plugin-boilerplate.git posthtml-my-plugin
  2. Run the installer in your workspace. It will ask you a few questions and scaffold your plugin.

    npm install
  3. Create your GitHub repository and push your project there.

  4. Add your project to Travis CI.

  5. Write code to index.js, tests to test.js, and plugin details to README.md.