Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 608e539

Browse files
committed
Add readme to carvel
1 parent c8a8c92 commit 608e539

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

src/carvel/README.adoc

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
ifdef::env-github[]
2+
:tip-caption: :bulb:
3+
:note-caption: :information_source:
4+
:important-caption: :heavy_exclamation_mark:
5+
:caution-caption: :fire:
6+
:warning-caption: :warning:
7+
:docs: link:docs/README.adoc[Docs]
8+
endif::[]
9+
ifndef::env-github[]
10+
:docs: <<docs>>
11+
endif::[]
12+
13+
= Spring Cloud Data Flow Carvel
14+
Contains _Carvel_ templating, package and package repository management.
15+
16+
See main <<docs>>.
17+
18+
== Development
19+
This module contains _NPM_ code simply for running templating test
20+
via it.
21+
22+
Order to develop this moduly install _NPM_ environment and then
23+
run tests:
24+
[source, bash]
25+
----
26+
npm test
27+
----
28+
29+
Run format before commit:
30+
[source, bash]
31+
----
32+
npm run format
33+
----
34+
35+
You can run format check:
36+
[source, bash]
37+
----
38+
npm run format-check
39+
----

0 commit comments

Comments
 (0)