Gathering detailed insights and metrics for @foal/core
Gathering detailed insights and metrics for @foal/core
Gathering detailed insights and metrics for @foal/core
Gathering detailed insights and metrics for @foal/core
npm install @foal/core
Typescript
Module System
Min. Node Version
Node Version
NPM Version
TypeScript (98.24%)
HTML (0.82%)
JavaScript (0.71%)
Shell (0.24%)
Total Downloads
727,544
Last Day
350
Last Week
1,646
Last Month
8,121
Last Year
108,518
MIT License
1,918 Stars
5,682 Commits
140 Forks
23 Watchers
10 Branches
63 Contributors
Updated on May 06, 2025
Minified
Minified + Gzipped
Latest Version
4.5.1
Package Id
@foal/core@4.5.1
Unpacked Size
385.59 kB
Size
74.83 kB
File Count
238
NPM Version
lerna/8.1.7/node@v20.17.0+arm64 (darwin)
Node Version
20.17.0
Published on
Sep 14, 2024
Cumulative downloads
Total Downloads
Last Day
15.9%
350
Compared to previous day
Last Week
15.9%
1,646
Compared to previous week
Last Month
-8.2%
8,121
Compared to previous month
Last Year
-29.7%
108,518
Compared to previous year
Foal (or FoalTS) is a Node.JS framework for creating web applications.
It provides a set of ready-to-use components so you don't have to reinvent the wheel every time. In one single place, you have a complete environment to build web applications. This includes a CLI, testing tools, frontend utilities, scripts, advanced authentication, ORM, deployment environments, GraphQL and Swagger API, AWS utilities, and more. You no longer need to get lost on npm searching for packages and making them work together. All is provided.
But while offering all these features, the framework remains simple. Complexity and unnecessary abstractions are put aside to provide the most intuitive and expressive syntax. We believe that concise and elegant code is the best way to develop an application and maintain it in the future. It also allows you to spend more time coding rather than trying to understand how the framework works.
Finally, the framework is entirely written in TypeScript. The language brings you optional static type-checking along with the latest ECMAScript features. This allows you to detect most silly errors during compilation and improve the quality of your code. It also offers you autocompletion and a well documented API.
Testing FoalTS is put on a very high priority. Providing a reliable product is really important to us. As of December 2020, the framework is covered by more than 2100 tests.
New features, no matter what they offer, are useless if they are not well documented. Maintaining complete and quality documentation is key to the framework. If you think something is missing or unclear, feel free to open an issue on Github!
Great attention is paid to the stability of the product. You can find out more by consulting our dependency policy, semantic versioning rules and long-term support policy.
First install Node.Js and npm.
npx @foal/cli createapp my-app
cd my-app
npm run dev
The development server is started! Go to http://localhost:3001
and find our welcoming page!
:point_right: Continue with the tutorial :seedling:
You can join the community chat here.
See the contribution guidelines.
MIT
No vulnerabilities found.
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
8 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 7
Reason
dependency not pinned by hash detected -- score normalized to 1
Details
Reason
Found 0/14 approved changesets -- 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
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
22 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-05-05
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