@cosmology/telescope

v1.7.0
A TypeScript Transpiler for Cosmos Protobufs

dev

cross-env NODE_ENV=development ts-node src/telescope

file

cross-env NODE_ENV=development ts-node-dev src/file

lint

eslint .

test

jest

buidl

npm run build

build

npm run build:module && npm run build:main

clean

rimraf ./types

watch

cross-env NODE_ENV=development ts-node-dev src/telescope

format

eslint . --fix

prepare

npm run build

test:min

jest __tests__/telescope-v4.test.ts

test:misc

jest __tests__/misc.test.ts

build:main

yarn tsc -p tsconfig.json --outDir main --module commonjs

test:debug

node --inspect node_modules/.bin/jest --runInBand

test:watch

jest --watch

buidl:clean

npm run clean && npm run buidl

build:module

yarn tsc -p tsconfig.json --outDir module --module es2022
npm i @cosmology/[email protected]

Metadata

Downloads