1.1.7 • Published 2 years ago

massets v1.1.7

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Logo

Massests is a assets managment tool for big projects. If you have big assets folder, you can use Massests. You can see your assets in web project and search assets from asset name. Massets supports: PNG, JPEG, JPG, WEBP, SVG

Installation

  • For npm
    npm install massets
    For yarn
    yarn add massets
  • You have to create massets.config.json file in main route

    massets.config.json

        {
            "path": "<YOUR_ASSETS_FOLDER_PATH>"
        }
  • You have to add script in your package.json

    package.json

        "scripts": {
            ...
            "massets": "massets-start",
        },
  • npm run massets or yarn massets
  • Then it will start in http://localhost:4007/
  • that's it :)

Demo

massets Logo

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago