@contentpilot/gulp-rename

Renames all strings in all files in all directories.

Usage no npm install needed!

<script type="module">
  import contentpilotGulpRename from 'https://cdn.skypack.dev/@contentpilot/gulp-rename';
</script>

README

Content Pilot Gulp Rename

Renames all strings in all files in all directories.

Installation

npm install @contentpilot/gulp-rename --save-dev

Require in gulpfile.js

require( '@contentpilot/gulp-rename' );

Commands

gulp rename

Publish to NPM

To update this repository on NPM using the GitHub action,

  1. Bump the version number in package.json
  2. Commit with message pattern of Release x.x.x
  3. Push to master branch to origin