Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Replace hashes with readable name #176

@rumkin

Description

@rumkin

As I see in package structure from https://gist.github.com/alexanderGugel/a10ed5655d366875a280 each package get unique id and this is became a mess of id. Why not to use human readable names in format of {package-name}-{version}-{postfix} (where prefix used to prevent names conflicts)? It also would be unique.

  1. We got nice structure.
  2. Sorting is more relevant.
.
├── node_modules
│   ├── lodash -> lodash-v4.16.4-ied/package
│   ├── lodash-v4.16.4-ied

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions