Security News
JSR Working Group Kicks Off with Ambitious Roadmap and Plans for Open Governance
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Easily create fully-static ecommerce sites powered by Hanzo.
npm install -g ecommerce
ecommerce new my-new-site
src/
dist/
dist/
(and optionally optimized along the way)dist/img/sprite.png
dist/css/app.css
dist/css/<page>.css
dist/js/app.js
dist/js/<page>.js
src/font/* ---> dist/font/*
src/img/* ---> dist/img/*
src/img/sprite/1.png ---> dist/img/sprite.png
src/img/sprite/2.png /---> .tmp/sprite.css
src/img/sprite/3.png /
src/css/index.styl ---> dist/css/app.css
src/css/a.styl /
src/css/b.styl /
node_modules/dep/dep.styl /
.tmp/sprite.css /
src/css/page/index.styl ---> dist/css/<page>.css
src/css/page/a.styl /
src/css/page/b.styl /
src/js/vendor/jquery.js ---> .tmp/vendor.js
src/js/vendor/a.js /
src/js/vendor/b.js /
src/js/vendor/c.js /
src/js/vendor/d.js /
src/js/index.coffee ---> .tmp/bundle.js
src/js/a.coffee /
src/js/b.coffee /
src/js/c.coffee /
node_modules/dep/dep.js /
.tmp/vendor.js ---> dist/js/app.js
.tmp/bundle.js /
src/js/page/index.coffee ---> dist/js/<page>.js
src/js/page/a.coffee /
src/js/page/b.coffee /
src/js/page/c.coffee /
node_modules/dep2/dep2.js /
src/index.jade ---> dist/index.html
src/_header.jade /
src/_footer.jade /
src/page.jade ---> dist/page.html
src/_header.jade /
src/_footer.jade /
src/post.jade ---> dist/post/slug.html
src/_header.jade /
src/_footer.jade /
api.hanzo.io/content/:slug /
src/product.jade ---> dist/product/slug.html
src/_header.jade /
src/_footer.jade /
api.hanzo.io/product/:slug /
FAQs
Easily create Ecommerce sites powered by Hanzo.
The npm package ecommerce receives a total of 9 weekly downloads. As such, ecommerce popularity was classified as not popular.
We found that ecommerce demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers 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
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Security News
Research
An advanced npm supply chain attack is leveraging Ethereum smart contracts for decentralized, persistent malware control, evading traditional defenses.
Security News
Research
Attackers are impersonating Sindre Sorhus on npm with a fake 'chalk-node' package containing a malicious backdoor to compromise developers' projects.