0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

node.js お気に入りツール集

Posted at

随時更新します。

基本

  • xo - Linter / Formatter / ESLintの最適解
  • ava - 軽量なテストツール(標準テストが成熟するまでの代替)

CLI制作

  • @clack/prompts - 対話形式のプロンプト
  • picocolors - 出力のカラーリング
  • zx - Bashコマンドの実行(癖あり)

.gitignore 生成

toptal.com サイト上から生成可能

curlから生成

APIを用意してくれているのでcurl等からダウンロード可能です。

curl -L -o .gitignore https://www.toptal.com/developers/gitignore/api/node
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?