1 | # jsii-pacmak
|
2 |
|
3 | Generates ready-to-publish language-specific packages for jsii modules, part of
|
4 | the [jsii] project.
|
5 |
|
6 | [jsii]: https://github.com/aws/jsii
|
7 |
|
8 | ## Usage
|
9 |
|
10 | In general, running `jsii-pacmak` from a well-configured jsii module would generate and
|
11 | build a ready-to-publish package in each of the target languages defined in `package.json`.
|
12 |
|
13 | * See [Getting Started](https://github.com/aws/jsii/blob/main/README.md#getting-started) for more details.
|
14 | * Run `jsii-pacmak --help` for full usage.
|
15 |
|
16 | ## Contributing
|
17 |
|
18 | See [CONTRIBUTING](https://github.com/aws/jsii/blob/main/CONTRIBUTING.md)
|
19 | for details.
|
20 |
|
21 | ## License
|
22 |
|
23 | __jsii__ is distributed under the
|
24 | [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).
|
25 |
|
26 | See [LICENSE](./LICENSE) and [NOTICE](./NOTICE) for more information.
|