Skip to content

Commit

Permalink
npm link
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jul 21, 2024
1 parent 6b97fc0 commit 61c94bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion source/use-case/nodecli/argument-parse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ SyntaxError: Cannot use import statement outside a module
- `node:util`モジュールの`parseArgs`関数を使ってコマンドライン引数をパースできることを確認した
- コマンドライン引数で渡されたファイルパスを取得してコンソールに出力できた

[npm]: https://www.npmjs.com/

[npmのGitHubリポジトリ]: https://github.com/npm/npm
[CommonJSモジュール]: https://nodejs.org/docs/latest/api/modules.html
[Node.js]: https://nodejs.org/
Expand Down
1 change: 1 addition & 0 deletions source/use-case/nodecli/md-to-html/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ Node.jsの標準モジュールは、`node:util`や`node:fs`のように`node:`
- コマンドライン引数でmarkedの変換オプションを設定した
- `--gfm`フラグを使って、Markdownの変換結果が変わることを確認した

[npm]: https://www.npmjs.com/
[marked]: https://github.com/markedjs/marked
[変換オプション]: https://marked.js.org/#/USING_ADVANCED.md#options
[GitHub Flavored Markdown]: https://github.github.com/gfm/
Expand Down

0 comments on commit 61c94bd

Please # to comment.