1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
# Recommended Modules
> Sticking to this curated list of recommended modules will make sure you don't violate the plugin guidelines and ensure consistency across plugins.
[Writing a Plugin](README.md) > Recommended Modules
#### Replacing a file extension
Use [replace-ext](https://github.com/wearefractal/replace-ext)
#### Errors
Use [plugin-error](https://github.com/gulpjs/plugin-error)
#### String colors
Use [chalk](https://github.com/sindresorhus/chalk)
#### Date formatting
Use [dateformat](https://github.com/felixge/node-dateformat)
Display as `HH:MM:ss`
|