Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Commit

Permalink
add readme deprecation notice
Browse files Browse the repository at this point in the history
Follow up from the RFC discussions, add a deprecation notice to the README as a first step into deprecating/archiving this repo.

Ref: npm/rfcs#238
Ref: https://github.com/npm/rfcs/blob/cbf076b7a58be9d39d12bd8b91c8cf89612bf8c3/meetings/2020-10-14.md
  • Loading branch information
ruyadorno authored Mar 9, 2021
1 parent 84eeb54 commit 3596b2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
⚠️ DEPRECATED: This project has been deprecated - **npx** is now part of the **[npm cli](https://github.com/npm/cli)**

[![npm](https://img.shields.io/npm/v/npx.svg)](https://npm.im/npx) [![license](https://img.shields.io/npm/l/npx.svg)](https://npm.im/npx) [![Travis](https://img.shields.io/travis/npm/npx.svg)](https://travis-ci.org/npm/npx) [![AppVeyor](https://ci.appveyor.com/api/projects/status/github/npm/npx?svg=true)](https://ci.appveyor.com/project/npm/npx) [![Coverage Status](https://coveralls.io/repos/github/npm/npx/badge.svg?branch=latest)](https://coveralls.io/github/npm/npx?branch=latest)

# npx(1) -- execute npm package binaries
Expand Down

0 comments on commit 3596b2c

Please sign in to comment.