0.0.32 • Published 4 months ago

@rlmartin-projen/projen-project v0.0.32

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 months ago

projen-project

This is a projen template for creating other projen templates.

Usage

Creating a new projen template repo

npx projen new \
  --from @rlmartin-projen/projen-project \
  --projenrc-ts

Terminology: scaffolding vs generated

When creating a new projen project template, it is best to be clear about which files are generated once vs which are under control of the template.

Scaffolding

Scaffolding files are generated only once - at the time of project creation - and from that point forward are the responsibility of the developer. These can be edited freely and will never get overwritten by projen.

Generated

Generated files should never be touched by the developer, because the projen template will overwrite any changes. This is indicated even down to the the level of the filesystem, because generated files are marked as read-only. While developers can change those permissions, this is not advised because the subsequent run of npx projen will discard any manual edits made to those files.

Adding simple template files

Template files that are either static or use simple parameterization can be placed in either the files/scaffolding or files/generated folders.

Files with a .liquid extension will be run through the Liquid templating engine, with project-level options passed into the engine.

Files with any other extension will be copied as-is into the project.

Template file names are also run through the templating engine, and can thus include dynamic naming.

Convenience properties

For some commonly-used string properties, a convenience property is automatically injected and accessible for use in templates. These all begin with an underscore (_) and include sub-properties for common string formats: camel, kebab, pascal, snake, title. The currently-supported convenience properties are:

  • _name
0.0.32

4 months ago

0.0.30

4 months ago

0.0.31

4 months ago

0.0.28-dev.1

5 months ago

0.0.28-dev.0

5 months ago

0.0.28

5 months ago

0.0.29

5 months ago

0.0.28-dev.2

5 months ago

0.0.27

5 months ago

0.0.22

8 months ago

0.0.23

8 months ago

0.0.24

7 months ago

0.0.25

7 months ago

0.0.25-dev.0

7 months ago

0.0.26

7 months ago

0.0.21

12 months ago

0.0.20

1 year ago

0.0.18

1 year ago

0.0.19

1 year ago

0.0.16

1 year ago

0.0.17

1 year ago

0.0.10

1 year ago

0.0.11

1 year ago

0.0.12

1 year ago

0.0.13

1 year ago

0.0.14

1 year ago

0.0.15

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago