Gathering detailed insights and metrics for catalyst-frontend
Gathering detailed insights and metrics for catalyst-frontend
Gathering detailed insights and metrics for catalyst-frontend
Gathering detailed insights and metrics for catalyst-frontend
A configurable frontend build pipeline that caters for everything from simple SASS compilation only, right through to ES2015 plus React.
npm install catalyst-frontend
Typescript
Module System
Node Version
NPM Version
JavaScript (70.55%)
TypeScript (12.92%)
MDX (7.62%)
SCSS (4.02%)
CSS (3.07%)
HTML (1.82%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
NOASSERTION License
3 Stars
132 Commits
6 Forks
4 Watchers
24 Branches
12 Contributors
Updated on Feb 21, 2023
Latest Version
1.4.1
Package Id
catalyst-frontend@1.4.1
Unpacked Size
1.81 MB
Size
825.43 kB
File Count
101
NPM Version
8.19.2
Node Version
18.12.1
Published on
Sep 04, 2023
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
A configurable frontend build pipeline that caters for everything from simple SASS compilation only, right through to ES2015 plus React.
This opinionated tool (as used at Catalyst) aims to get you up and running with one of two configurable frontend build pipelines (Gulp or Webpack). It generates documentation to get you started and gives you the config files so you can tweak them further yourself if you like.
For simple projects where you are not intending to utilise ES2015.
For projects where you want to use ES6 transpilation.
We assume you have pre-installed node.js (for a Ubuntu package managed version see the package manager instructions) at least version 6.
Install catalyst-frontend for global use (you may need to run this command as root):
1npm install -g catalyst-frontend
From the location where you want your project to be located, generate your new project:
1catalyst-frontend
You'll be asked questions about your project and the build pipeline will be built according to your answers.
When you run the generator a .yo-rc.json
file will be generated that remembers
the answers you provided. If you want to force the project to re-ask you the
questions next time, just re-run with the --reconfigure
flag set.
1catalyst-frontend --reconfigure
GPL-3.0 © Catalyst
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
Found 2/18 approved changesets -- score normalized to 1
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
57 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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