massets
TypeScript icon, indicating that this package has built-in type declarations

1.1.7 • Public • Published

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

Package Sidebar

Install

npm i massets

Weekly Downloads

0

Version

1.1.7

License

ISC

Unpacked Size

672 kB

Total Files

173

Last publish

Collaborators

  • bedirhangull