Skip to content
#

scaffolding

Here are 716 public repositories matching this topic...

projen
agdimech
agdimech commented Jun 15, 2022

When running npx projen new ... --package-manager=pnpm I get the following error:

evalmachine.<anonymous>:7
  packageManager: javascript.NodePackageManager.PNPM,
                  ^

ReferenceError: javascript is not defined

This is due to the fact that the .projenrc file does not import the NodePackageManager from the javascript namespace.

bug good first issue

NodeBootstrap - generates skeleton project for Node/Express.js with pre-configured best-practices. Kick-start your Node project development with tons of boilerplate taken care of, such as: clustering, Docker-support, database migrations, automated testing, error-handling, modularity, advanced logging, templated views, environments etc.

  • Updated Jan 25, 2022
  • JavaScript
jkleve
jkleve commented Jun 8, 2022

From a discussion we had about creating a directory structure, it was proposed to use replace(".", "/") in a task script. As this is specific to unix like filesystems it would be nice to have a helper that is OS specific. On Windows it will be \ and on unix like OS' it'll be /.

The working example (unix specific) is

# task.
enhancement good first issue hacktoberfest-accepted help wanted
santitigaga
santitigaga commented Jun 6, 2022

Describe the solution you'd like
A clear and concise description of what you want to happen.
something like that https://github.com/reactive-commons/reactive-commons-java/blob/master/CHANGELOG.md.

In this github action you find an example how to do that https://github.com/reactive-commons/reactive-commons-java/blob/master/.github/workflows/main.yml

Additional context
You should g

documentation good first issue

Cashierstream is a simple Spark alternative written for Laravel Jetstream, with the super-power of tracking plan quotas, like seats or projects number on a per-plan basis

  • Updated Nov 8, 2021
  • PHP

Improve this page

Add a description, image, and links to the scaffolding topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the scaffolding topic, visit your repo's landing page and select "manage topics."

Learn more