deyarn

1.0.2 • Public • Published

deyarn

A command-line tool for converting projects that use yarn to npm.

The follow-up to npm2yarn. See https://mixmax.com/blog/to-yarn-and-back-again-npm for motivation.

Procedure

deyarn:

  1. Removes yarn.lock if it exists
  2. Removes node_modules to avoid any installation conflicts
  3. Installs your project dependencies using npm, generating a package-lock.json file
  4. Logs a list of manual steps to be taken to complete the transition

This conversion will likely involve the upgrading of some/many of your transitive dependencies, so make sure to test thoroughly! :)

Installation

$ npm install -g deyarn

or

$ yarn global add deyarn

Usage

(in the directory of the project to convert)

$ deyarn

Contributing

We welcome your pull requests! Please lint your code.

Changelog

  • 1.0.0 Add initial code

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    5
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    5
  • 1.0.1
    1

Package Sidebar

Install

npm i deyarn

Weekly Downloads

6

Version

1.0.2

License

MIT

Unpacked Size

3.98 kB

Total Files

6

Last publish

Collaborators

  • wearhere
  • scb