mirror of
https://github.com/pezkuwichain/pezkuwi-dev.git
synced 2026-04-22 02:08:01 +00:00
8d28b36f9c
- Package namespace: @polkadot/dev -> @pezkuwi/dev - Repository: polkadot-js/dev -> pezkuwichain/pezkuwi-dev - Author: Pezkuwi Team <team@pezkuwichain.io> Packages: - @pezkuwi/dev (build tools, linting, CI scripts) - @pezkuwi/dev-test (test runner) - @pezkuwi/dev-ts (TypeScript build) Upstream: polkadot-js/dev v0.83.3
11 lines
487 B
Markdown
11 lines
487 B
Markdown
# @pezkuwi/dev
|
|
|
|
A collection of shared CI scripts and development environment (configuration, dependencies) used by all [@pezkuwi](https://pezkuwi.js.org) projects.
|
|
|
|
Included here -
|
|
|
|
- [@pezkuwi/dev](packages/dev/) Common base configurations for our TypeScript projects
|
|
- [Scripts](packages/dev/README.md)
|
|
- [@pezkuwi/dev-test](packages/dev-test/) A Jest-like global environment for usage alongside `node:test`
|
|
- [@pezkuwi/dev-ts](packages/dev-ts/) An ESM loader for TS environments
|