タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

tutorialとarticleとnpmに関するefclのブックマーク (2)

  • npmのパッケージ公開入門 - ねこの足跡R

    Node.jsを使うメリットは膨大なモジュールを備えるnpmの存在が大きいところです。既存の物を利用するだけでも良いのですが、npmには誰でも簡単にモジュールを公開することができる仕組みが備わっています。 Node.js / npm のインストール ユーザー情報の登録 ユーザー情報をセット npmにユーザー作成 既存ユーザーでログインしたい場合 パッケージの準備 GitHubにリポジトリ作成 package.jsonを作成する 依存パッケージの設定 プログラムの準備 その他に必要なファイルを準備 LICENSE.txt README.md GitHubへpushする npmに公開する npm publish npm installできるか確認 npmで公開したモジュールのバージョンを上げる パッチを当てる メジャー / マイナー バージョンアップ CLIから利用可能なコマンドを登録する p

    npmのパッケージ公開入門 - ねこの足跡R
    efcl
    efcl 2019/01/20
    npmのパッケージ公開チュートリアル
  • npm for Beginners: A Guide for Front-end Developers

    By Louis Lazaris / January 25, 2017 / 36 Comments Updated: January 28, 2025 Unless you’re an absolute beginner to front-end coding, then you’ve probably heard of npm. And npm for beginners is a subject you’re looking into. Maybe you’ve clicked through to the GitHub repo of a tool of some kind. You then noticed the installation instructions had a couple of different possibilities, including somethi

    npm for Beginners: A Guide for Front-end Developers
    efcl
    efcl 2017/02/08
    npmとは何か、npmの使い方のチュートリアル。 よく見るプロジェクトのディレクトリ構造、`node_modules`ディレクトリ、npmコマンドとオプションについて
  • 1