|
| 1 | +# Homestar WIT interfaces |
| 2 | + |
| 3 | +[](https://www.npmjs.com/package/@fission-codes/homestar-wit) |
| 4 | +[](https://github.com/fission-codes/stack/actions/workflows/homestar-wit.yml) |
| 5 | +[](https://fission.codes) |
| 6 | +[](https://discord.gg/zAQBDEq) |
| 7 | +[>)](https://talk.fission.codes) |
| 8 | + |
| 9 | +## Installation |
| 10 | + |
| 11 | +```bash |
| 12 | +pnpm install @fission-codes/homestar-wit |
| 13 | +``` |
| 14 | + |
| 15 | +## Usage |
| 16 | + |
| 17 | +```js |
| 18 | +import { log } from '@fission-codes/homestar-wit/logging' |
| 19 | + |
| 20 | +log('error', 'http', `error message`) |
| 21 | +``` |
| 22 | + |
| 23 | +## Docs |
| 24 | + |
| 25 | +Check <https://fission-codes.github.io/stack/modules/_fission_codes_homestar_wit.html> |
| 26 | + |
| 27 | +## Contributing |
| 28 | + |
| 29 | +- install rust tools |
| 30 | +- `cargo install wit-deps-cli` |
| 31 | +- wit-deps update |
| 32 | + |
| 33 | +### Refs |
| 34 | + |
| 35 | +- https://github.com/bytecodealliance/wit-deps |
| 36 | + |
| 37 | +Read contributing guidelines [here](.github/CONTRIBUTING.md). |
| 38 | + |
| 39 | +[](https://codespaces.new/fission-codes/stack) |
| 40 | + |
| 41 | +## License |
| 42 | + |
| 43 | +This project is licensed under either of |
| 44 | + |
| 45 | +- Apache License, Version 2.0, ([LICENSE-APACHE](./LICENSE-APACHE) or |
| 46 | + [http://www.apache.org/licenses/LICENSE-2.0][apache]) |
| 47 | +- MIT license ([LICENSE-MIT](./LICENSE-MIT) or |
| 48 | + [http://opensource.org/licenses/MIT][mit]) |
| 49 | + |
| 50 | +at your option. |
| 51 | + |
| 52 | +### Contribution |
| 53 | + |
| 54 | +Unless you explicitly state otherwise, any contribution intentionally |
| 55 | +submitted for inclusion in the work by you, as defined in the Apache-2.0 |
| 56 | +license, shall be dual licensed as above, without any additional terms or |
| 57 | +conditions. |
| 58 | + |
| 59 | +[apache]: https://www.apache.org/licenses/LICENSE-2.0 |
| 60 | +[mit]: http://opensource.org/licenses/MIT |
0 commit comments