Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
@agros/cli
Advanced tools
Build robust, clean and scalable web applications.
Agros is a framework for building robust, clean and scalable web applications. It based on TypeScript and combines elements of OOP (Object Oriented Programming), FP (Functional Programming).
Web front-end frameworks (such as React.js, Vue.js and so on) has greatly helped developers build fast and responsive web applications, while its simplicity has also allowed it to accumulate a large number of users in a short period of time, and some large websites have started to be built entirely using them. All of this speaks volumes about the success of them. However, there are a number of architectural problems with building large web applications using front-end frameworks that add up to additional and increasingly large expenses for maintaining and iterating on the project, and Agros was created to solve these problems.
Inspired by Angular and Nest.js and based on multiple platforms support, Agros provides an out-of-the-box experience to help developers create highly available, highly maintainable, stable, and low-coupling web applications.
The Agros CLI helps you easily make and configure collections (providers, components and modules) into your projects, which is useful when the structure project is increasing.
npm i @agros/cli -g
Here comes the usages of Agros CLI:
Usage: agros [options] [command]
Options:
-V, --version output the version number
-h, --help display help for command
Commands:
generate|g Generate Agros.js collections
update|u Update an Agros.js collections with another collection
routes|r Manage project routes
help [command] display help for command
Create an Agros project by Agros CLI:
agros generate application
As an alternative, you can also use Agros official-recommended scaffold @agros/create-app
and prepare project directory:
npm i @agros/create-app -g
mkdir example-project && cd example-project
Run create command:
npm create @agros/app
# or
create-agros-app
Follow the instruction and the project will be initialized in the directory.
In your tsconfig.json
file in the project root directory, add following options into it:
{
"compilerOptions": {
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
},
}
npm start
# or
npx agros-app start
npm run build
# or
npx agros-app build
Getting involved in the development of Agros is welcomed. But before that, please read the Code of Conduct of Agros. You can also read this doc to get more information about contribute your code into this repository.
Before starting working on the project, please upgrade your Node.js version to v16.0.0 or later.
We accept sponsorship and are committed to spending 100% of all sponsorship money on maintaining Agros, including but not limited to purchasing and maintaining the Agros documentation domain, servers, and paying stipends to some of our core contributors.
Before initiating a sponsorship, please send an email to i@lenconda.top or prexustech@gmail.com with your name, nationality, credit card (VISA or MasterCard) number, what problem Agros has helped you solve (optional), and a thank-you message (optional), etc. After review and approval, we will reply with an email with a payment method that you can complete the sponsorship via this email.
Thank you so much for your support of the Agros project and its developers!
FAQs
Agros CLI
We found that @agros/cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.