Skip to content

Massests is a assets managment tool for big projects

Notifications You must be signed in to change notification settings

Alobar12/massets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Massests is a assets managment tool for big projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.2%
  • CSS 21.6%
  • TypeScript 13.7%
  • Shell 0.5%