Как оформить npm-пакет?

Yandex

Как оформить
npm-пакет?

Вячеслав Олиянчук

それは何ですか v6.4.0

それは何ですか v6.4.0

            lib/
            tests/
            index.js
            package.json
            README.md
            demo/ (gh-pages)
            examples/
            documentation/
        

“Программировать значит понимать.”
Кристен Нюгард

それは何ですか v6.4.0

            lib/
            tests/
            demo/ (gh-pages)
            examples/
            documentation/
            package.json
            index.js
            README.md
        

それは何ですか v6.4.0

            lib/
            test/
            demo/ (gh-pages)
            examples/
            documentation/
            package.json
            index.js
            README.md
            CHANGELOG.md
        

major.minor.patch

breaking.feature.bugfix

semver.org

それは  v.0

npm WARN deprecated tap-consumer@0.0.1: This module is not supported. Please use 'tap' instead.

npm WARN deprecated lodash@0.9.2: Grunt needs your help! See https://github.com/gruntjs/grunt/issues/1403.

npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade

npm deprecate

それは何ですか v6.4.0

            lib/
            test/
            demo/ (gh-pages)
            examples/
            documentation/
            package.json
            index.js
            README.md
            CHANGELOG.md
            .npmignore
            .github/pull_request_template.md
        

それは何ですか v6.4.0

            lib/
            test/
            demo/ (gh-pages)
            examples/
            documentation/
            package.json
            index.js
            README.md
            CHANGELOG.md
            .npmignore
            .github/pull_request_template.md
            CONTRIBUTING.md
        

Благодарю за внимание

@miripiruni

miripiruni@yandex-team.ru

それは何ですか v6.4.0

            lib/
            test/
            demo/ (gh-pages)
            examples/
            documentation/
            package.json
            index.js
            README.md
            CHANGELOG.md
            .npmignore
            .github/pull_request_template.md
            CONTRIBUTING.md