Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@monstermakes/larry-scaffolds
Advanced tools
This node module is a plugin based framework for scaffolding and/or generating Larry code.
larry-scaffolds exposes common scaffolding tools and source generators in addition to some standard larry style scaffolds. The larry style scaffolds are also exposed as larry-cli Actions.
Below you will find a brief overview of all the currently supported Cli Modules.
The Scaffolds Cli Module (Scaffolds for short) defines and evolves the MonsterMakes Engineering Standards. This includes things like code quality, testing guidelines, coding standards, and much more. The Scaffolds can be used to quickly get a project off the ground (when starting a project from scratch), or it can be used to enforce changes to the MonsterMakes Engineering Standards.
Its very straight forward to use the Scaffolds for starting a project from scratch just create a folder (usually an empty git folder) and execute any of the below Cli Actions.
In the case that the Engineering Standards have evolved and you are tasked with the job of upgrading a project start by making sure you have a clean git working directory. Then execute one of the below Cli Actions as if you were starting from scratch. After this is complete your git working directory will describe all of the changes that were made. There exists a couple of gotchas to keep in mind. The first is that the scaffolds are not super intelligent, there main purpose is to blindly lay down files. What this means is that if a file that the scaffold lays down has been changed within the local project it will require you to add your changes back in manually (Atlassian's Source Tree can help here). If a file should be removed because it's no longer relevant this will have to be done manually. The best course of action when being tasked with upgrading a projects standards is to talk to your team lead or to familiarize yourself with the changes that have been made to the larry-infrastructure package itself.
Below you will find a brief overview of all the currently support Cli Actions for the Scaffolds Cli Module.
scaffold library [directory] Scaffold out a nodejs git project that produces a standard library.
This command will ask a few questions and then scaffold out a nodejs project with all the standard stuff mocha testing, eslint, ignore files etc... This project produces a standard npm artifact.
It also is setup for integration into the AWS Codepipeline CI environment.
You can specify a directory to scaffold the project into otherwise it will use the current working directory.
The above command can be launched directly like so:
larry-scaffolds scaffold node-git
scaffold web [directory] Scaffold out a nodejs git project that produces a clientside web application.
This command will ask a few questions and then scaffold out a nodejs project with all the standard stuff mocha testing, eslint, ignore files etc... This project produces a docker container that serves said web assets.
It also is setup for integration into the AWS Codepipeline CI environment.
You can specify a directory to scaffold the project into otherwise it will use the current working directory.
The above command can be launched directly like so:
larry-scaffolds scaffold web-app
scaffold api [directory] Scaffold out a nodejs git project that produces a express API server.
This command will ask a few questions and then scaffold out a nodejs project with all the standard stuff mocha testing, eslint, ignore files etc... This project produces a docker container that serves the api process.
It also is setup for integration into the AWS Codepipeline CI environment.
You can specify a directory to scaffold the project into otherwise it will use the current working directory.
The above command can be launched directly like so:
larry-scaffolds scaffold express-api
scaffold ws [directory] Scaffold out a nodejs git project that produces a standard websocket server.
This command will ask a few questions and then scaffold out a nodejs project with all the standard stuff mocha testing, eslint, ignore files etc... This project produces a docker container that serves the websocket process.
It also is setup for integration into the AWS Codepipeline CI environment.
You can specify a directory to scaffold the project into otherwise it will use the current working directory.
The above command can be launched directly like so:
larry-scaffolds scaffold ws
FAQs
This node module is a plugin based framework for scaffolding and/or generating Larry code.
We found that @monstermakes/larry-scaffolds 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.