Gathering detailed insights and metrics for rearguard
Gathering detailed insights and metrics for rearguard
Rearguard is a set of tools for developing client-server applications in which the code base is developed in a mono repository. Rearguard supports the following types of projects: browser (dll, lib, app), node (lib, app), isomorphic (lib, app). Rearguard automatically configures VSCode to work with a specific type of project, and also has a convenient CLI to run the necessary scripts in many repositories.
npm install rearguard
Typescript
Module System
Min. Node Version
Node Version
NPM Version
26.3
Supply Chain
60.7
Quality
63.2
Maintenance
25
Vulnerability
85.3
License
TypeScript (98.5%)
JavaScript (0.73%)
HTML (0.6%)
Dockerfile (0.17%)
Total Downloads
87,571
Last Day
17
Last Week
217
Last Month
1,030
Last Year
5,797
1,014 Commits
3 Watching
2 Branches
2 Contributors
Latest Version
5.2.52
Package Id
rearguard@5.2.52
Unpacked Size
614.70 kB
Size
133.28 kB
File Count
348
NPM Version
6.12.0
Node Version
12.13.0
Cumulative downloads
Total Downloads
Last day
21.4%
17
Compared to previous day
Last week
-60.8%
217
Compared to previous week
Last month
95.1%
1,030
Compared to previous month
Last year
-18.2%
5,797
Compared to previous year
70
38
1 npm i -g rearguard 2 mkdir my-new-app 3 cd my-new-app 4 rearguard init browser app 5 npm start
index.tsx
entry point.1import "react"; 2import "react-dom"; 3import "mobx";
For create DLL bundle you should run npm run build
, after that you will have DLL bundle and you can run npm start
.
Rearguard is a set of tools for developing client-server applications in which the code base is developed in a mono repository. This doesn't exclude the possibility of working in a familiar way, using separate repositories for the client, server and other libraries. But the way of code organization in the mono repository is considered to be the recommended one.
Rearguard supports the following types of projects: browser (dll, lib, app), node (lib, app), isomorphic (lib, app).
First of all, rearguard covers basic needs:
Second, the rearguard knows a lot about the project and can automatically manage VSCode configurations since VSCode settings are JSON files.
In the third case, the rearguard contains templates for the main project settings such as (.eslint.json, .eslintignore, .gitignore, Dockerfile, .dockerignore, nginx.conf, .prettierrc, .prettierignore
). The rearguard adds these templates to the project and then uses them as settings for Webpack and other users, thus managing configurations such as .eslint.json
. The rearguard allows you to overwrite the settings. If necessary, you can bring the settings to the current default settings, if the rearguard has been updated rearguard refresh --force
.
The rearguard supports two schemes of code organization known as a mono repository and poly repository.
The rearguard also covers a large number of household moments, which eliminates the need to take care of these moments.
The rearguard as a caring parent :-)
true
{ reset: "inherited" }
true
true
true
true
true
{ flexbox: "no-2009", overrideBrowserslist: browserslist }
3
browserslist
postcss.config.js
package.json
Globally, for use in multiple projects.
1npm install -g rearguard
Locally, in the project for saves the exact version.
1npm install -D rearguard
You can see an example of how to use it in the following projects:
!!! They're not perfect at the moment, but I'll upgrade them to a canonical look as much as I can.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
project is archived
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no SAST tool detected
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
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
112 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-01-27
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