Gathering detailed insights and metrics for assemble-select-files
Gathering detailed insights and metrics for assemble-select-files
Gathering detailed insights and metrics for assemble-select-files
Gathering detailed insights and metrics for assemble-select-files
npm install assemble-select-files
Typescript
Module System
Min. Node Version
Node Version
NPM Version
57.6
Supply Chain
67.4
Quality
66.3
Maintenance
25
Vulnerability
97.9
License
JavaScript (99.15%)
HTML (0.85%)
Verify real, reachable, and deliverable emails with instant MX records, SMTP checks, and disposable email detection.
Total Downloads
1,125
Last Day
1
Last Week
2
Last Month
10
Last Year
64
MIT License
4 Stars
7 Commits
1 Forks
5 Watchers
1 Branches
7 Contributors
Updated on Jul 15, 2019
Minified
Minified + Gzipped
Latest Version
0.1.0
Package Id
assemble-select-files@0.1.0
Size
3.13 kB
NPM Version
3.6.0
Node Version
5.5.0
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
100%
2
Compared to previous week
Last Month
25%
10
Compared to previous month
Last Year
-66.7%
64
Compared to previous year
Assemble plugin that adds a .selectFiles
method to the instance, for reading in a glob of files and prompting the user to select the files they want to write to the file system.
You might also be interested in assemble-select-views.
Install with npm:
1$ npm install assemble-select-files --save
Example
1var select = require('assemble-select-files'); 2var assemble = require('assemble'); 3var app = assemble(); 4 5// register the plugin 6app.use(select());
Example usage
1// create a collection 2app.create('pages'); 3 4// register an engine for rendering ".hbs" files 5app.engine('hbs', require('engine-handlebars')); 6 7// ask the user which files they want to render and write to the file system 8app.selectFiles('*.hbs', function(err, files) { 9 // `files` is the array of rendered files 10 console.log(files); 11});
You might also be interested in these projects:
assemble-select-views: Assemble plugin that adds a .selectViews
method to the instance, for prompting the user to… more | homepage
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Generate readme and API documentation with verb:
1$ npm install verb && npm run docs
Or, if verb is installed globally:
1$ verb
Install dev dependencies:
1$ npm install -d && npm test
Jon Schlinkert
Copyright © 2016, Jon Schlinkert. Released under the MIT license.
This file was generated by verb, v0.9.0, on May 17, 2016.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/7 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-03-10
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More