File: recommended-modules.md

package info (click to toggle)
node-gulp 4.0.2-8
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,716 kB
  • sloc: javascript: 13,511; makefile: 94; sh: 12
file content (23 lines) | stat: -rw-r--r-- 574 bytes parent folder | download | duplicates (4)
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`