From 41a33834e7d857308bf9da8b8aeccd159624d93c Mon Sep 17 00:00:00 2001 From: harttle Date: Sat, 19 Oct 2019 17:30:49 +0800 Subject: [PATCH] docs: add related packages in README --- README.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b6e6c8a44..d4c69506a 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,19 @@ For detailed documents, see: Features that available on shopify website but not on shopify/liquid repo will not be implemented in this repo, but there're some plugins available: +## Related Packages + +* [gulp-liquidjs](https://www.npmjs.com/package/@tuanpham-dev/gulp-liquidjs): A shopify compatible Liquid template engine for Gulp using liquidjs. +* [grunt-liquify](https://www.npmjs.com/package/grunt-liquify): A Grunt task to process Liquid using liquidjs. Use it to add Liquid magic to your scripts and css assets. +* [react-liquid](https://github.com/aquibm/react-liquid#readme): Liquid templating language component for React +* [@11ty/eleventy](https://www.npmjs.com/package/@11ty/eleventy): A simpler static site generator. An alternative to Jekyll. Written in JavaScript. Transforms a directory of templates (of varying types) into HTML. + +## Contribute Guidelines + +* **Code Style**: , `npm run lint` to check locally. +* **Testing**: make sure test cases still pass, use `npm test` to check locally. +* **Commit Message**: align to [The Angular Commit Message Guidelines](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#commits), especially the [Type identifier](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#type), to allow the semantic-release bot do the work. + ## Contributors ✨ This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. @@ -112,12 +125,6 @@ Thanks goes to these wonderful people: [![donate to liquidjs collective](https://opencollective.com/webpack/donate/button@2x.png?color=blue)](https://opencollective.com/liquidjs/donate) -## Contribute Guidelines - -* **Code Style**: , `npm run lint` to check locally. -* **Testing**: make sure test cases still pass, use `npm test` to check locally. -* **Commit Message**: align to [The Angular Commit Message Guidelines](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#commits), especially the [Type identifier](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#type), to allow the semantic-release bot do the work. - [shopify/liquid]: https://shopify.github.io/liquid/ [caniuse-promises]: http://caniuse.com/#feat=promises [pp]: https://github.com/taylorhakes/promise-polyfill