Gathering detailed insights and metrics for budo-demo
Gathering detailed insights and metrics for budo-demo
npm install budo-demo
Typescript
Module System
Node Version
NPM Version
33.9
Supply Chain
69.4
Quality
67.4
Maintenance
50
Vulnerability
96.2
License
Verify real, reachable, and deliverable emails with instant MX records, SMTP checks, and disposable email detection.
Total Downloads
7,102
Last Day
1
Last Week
3
Last Month
34
Last Year
265
Latest Version
0.1.3
Package Id
budo-demo@0.1.3
Size
3.25 kB
NPM Version
2.14.12
Node Version
4.2.4
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
-80%
3
Compared to previous week
Last Month
36%
34
Compared to previous month
Last Year
-73.8%
265
Compared to previous year
Note: this is currently an experimental module in early development.
Tool for quickly sharing a project on GitHub pages. Intended for use alongside the budo rapid prototyping tool.
The goal is to be able to run a command similar to the budo dev server that will publish to gh-pages for a project. Example:
For development:
1budo index.js --open --live --css styles.css -- -t glslify
For sharing:
1budo-demo index.js --include data --css styles.css -- -t glslify
Looks similar to budo, but will automatically build the project files (including the "data" directory) into the "dist" directory, ready to publish however you choose. I'm running it from my "package.json" "scripts" option, and publishing using the gh-pages module.
Here's an example from the "package.json" file of one my projects:
1 "scripts": { 2 "start": "budo index.js --open --live --css styles.css", 3 "build": "budo-demo index.js -c styles.css -i data", 4 "publish": "npm run build; gh-pages -d dist" 5 }
This is not intended for production builds, but only to make it quick and easy to share what you're working on.
Usage:
budo-demo index.js [opts] -- [browserify opts]
Options:
--help, -h show help message
--dest, -o name of build destination directory
--include, -i files and directories to include in build
--title, -t optional title for default index.html
--css, -c optional stylesheet href for default index.html
--minify minify css
--cname add a `CNAME` file with domain (for gh-pages)
No vulnerabilities found.
No security vulnerabilities found.