
Security News
Open Source Maintainers Feeling the Weight of the EU’s Cyber Resilience Act
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
midiu command line interface for Salesforce Commerce Cloud (Demandware) using Storefront Reference Architecture (SFRA) projects
This repository provide almost tools and utilities for development and deployment SFRA projects. It does not depends on Salesforce's
build-suite
andsgmf-scripts
repositories. It also not usegulp
orgrunt
for compiling tasks.For deployment, this tools use
dwdav
repository which provide almost commands that can communicate with Demandware server.This package usually install globally to make the
midiu
command lcan be used anywhere without a long path call.
npm install --global @midiu/cli
midiu {command} [option] [option-n]
mi {command} [option] [option-n]
Example:
midiu compile scss js --source-map --watch
mi update-repositories --help
midiu
- (alias mi
) a wrapper command used for quickly call other commands. It also the only one command can be called globally.compile
- command used to compile client side static assets. All compile tasks use webpack
as compiler.
SCSS
to CSS
ES6
javascript to ES5
fonts
or images
from source to public static directoryspritesmith
librarydeploy
- used to deploy current project to remote serverextract-dependencies
- used to extract dependencies registered from Midiu's dependencies which installed via git clone
command and not managed by NPM
install
- used to install repositories registered to Midiu's dependencies via git clone
pack
- used to pack current project to a zip archive package which used to deploy to server. .npmignore
will be affected to output result.recipe
- proceed the recipes from @midiu/recipe
packagesubmodules
- scan and register installed Midiu's dependencies as submodules of project repositorysync-repo
- used to sync contents from repository A to repository B. It usually used for sync Salesforce's repository from github to Midiu's repositorieslint
FAQs
midiu command line interface for Salesforce Commerce Cloud (Demandware) using Storefront Reference Architecture (SFRA) projects
We found that @midiu/cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.