CLI image assets folder generator.
Install zras
globally using npm
:
npm i -g zras
Run zras
with the desired folder name (default is assets
):
zras [folderName]
To update zras
to the latest version, use the following command:
npm update -g zras
Alternatively, you can use npx
to run zras
without installing it globally:
npx zras [folderName]
If no folder name is provided, the default folder name is assets
.
Please refer to the MIT license for detailed licensing information.
Please refer to Image Source for detailed licensing and source information.