File: recommended-modules.md

package info (click to toggle)
node-gulp 3.9.1-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 476 kB
  • sloc: sh: 13; makefile: 8
file content (23 lines) | stat: -rw-r--r-- 598 bytes parent folder | download
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 [BetterError](https://github.com/wearefractal/BetterError) when it is finished

#### String colors

Use [chalk](https://github.com/sindresorhus/chalk)

#### Date formatting

Use [dateformat](https://github.com/felixge/node-dateformat)

Display as `HH:MM:ss`