UNPKG

793 BMarkdownView Raw
1# jsii-pacmak
2
3Generates ready-to-publish language-specific packages for jsii modules, part of
4the [jsii] project.
5
6[jsii]: https://github.com/aws/jsii
7
8## Usage
9
10In general, running `jsii-pacmak` from a well-configured jsii module would generate and
11build 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
18See [CONTRIBUTING](https://github.com/aws/jsii/blob/main/CONTRIBUTING.md)
19for 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
26See [LICENSE](./LICENSE) and [NOTICE](./NOTICE) for more information.