Gathering detailed insights and metrics for @gfi-centre-ouest/generator-docker-devbox
Gathering detailed insights and metrics for @gfi-centre-ouest/generator-docker-devbox
Gathering detailed insights and metrics for @gfi-centre-ouest/generator-docker-devbox
Gathering detailed insights and metrics for @gfi-centre-ouest/generator-docker-devbox
@gfi-centre-ouest/docker-compose-builder
Generate docker compose configuration from fluent builder api.
@gfi-centre-ouest/docker-compose-spec-typescript
Docker Compose configuration file schemas as TypeScript interfaces.
xstate
Finite State Machines and Statecharts for the Modern Web.
@pulumi/aws-native
The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)
npm install @gfi-centre-ouest/generator-docker-devbox
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
5 Stars
297 Commits
1 Forks
4 Watching
11 Branches
3 Contributors
Updated on 28 Jan 2023
TypeScript (71.05%)
HTML (21.48%)
Shell (6.79%)
PHP (0.28%)
JavaScript (0.24%)
Modelica (0.16%)
Cumulative downloads
Total Downloads
Last day
-93.1%
2
Compared to previous day
Last week
-83.3%
5
Compared to previous week
Last month
73.9%
80
Compared to previous month
Last year
-30.3%
757
Compared to previous year
21
30
Yeoman Generator for dockerized development environment.
First, install Yeoman and generator-docker-devbox using npm (we assume you have pre-installed node.js).
1npm install -g yo 2npm install -g @gfi-centre-ouest/generator-docker-devbox
Then generate your new project:
1mkdir my-project 2cd my-project 3yo @gfi-centre-ouest/docker-devbox
Use npm link to use local installation of generator
1git clone https://github.com/gfi-centre-ouest/generator-docker-devbox 2cd generator-docker-devbox 3npm install 4npm link
Then you need run the project in watch mod for TypeScript sources to be compiled on change.
1npm run start
You may run unit tests with npm run test
, and docker build tests with npm run test:docker
.
Unit tests are executed after each push on TravisCI. It runs for each supported Node version.
Integration tests are runned after each push on a single node version. They checks that generated docker-compose configuration are valids and docker images can build properly using latest versions of Docker and docker-compose.
MIT © GFI Informatique
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 2/30 approved changesets -- score normalized to 0
Reason
project is archived
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
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
71 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
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