projen-modules 0.0.39__tar.gz → 0.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: projen_modules
3
- Version: 0.0.39
3
+ Version: 0.1.0
4
4
  Summary: projen-modules
5
5
  Home-page: https://github.com/daveshepherd/projen-modules.git
6
6
  Author: Dave Shepherd<dave.shepherd@endor.me.uk>
@@ -26,11 +26,17 @@ Requires-Dist: projen==0.88.6
26
26
  Requires-Dist: publication>=0.0.3
27
27
  Requires-Dist: typeguard<4.3.0,>=2.13.3
28
28
 
29
- # Projen Modules
29
+ # projen-modules
30
30
 
31
- ## Getting started
31
+ ## Getting Started
32
32
 
33
- ```
33
+ ```sh
34
34
  yarn install
35
35
  npx projen build
36
36
  ```
37
+
38
+ ## Creating a New Project
39
+
40
+ ```
41
+ npx projen new NpmPackage --from projen-project
42
+ ```
@@ -0,0 +1,14 @@
1
+ # projen-modules
2
+
3
+ ## Getting Started
4
+
5
+ ```sh
6
+ yarn install
7
+ npx projen build
8
+ ```
9
+
10
+ ## Creating a New Project
11
+
12
+ ```
13
+ npx projen new NpmPackage --from projen-project
14
+ ```
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "projen_modules",
8
- "version": "0.0.39",
8
+ "version": "0.1.0",
9
9
  "description": "projen-modules",
10
10
  "license": "Apache-2.0",
11
11
  "url": "https://github.com/daveshepherd/projen-modules.git",
@@ -26,7 +26,7 @@ kwargs = json.loads(
26
26
  ],
27
27
  "package_data": {
28
28
  "projen_modules._jsii": [
29
- "projen-modules@0.0.39.jsii.tgz"
29
+ "projen-modules@0.1.0.jsii.tgz"
30
30
  ],
31
31
  "projen_modules": [
32
32
  "py.typed"