@ridomin/repo-scripts
TypeScript icon, indicating that this package has built-in type declarations

0.0.14 • Public • Published

DMR Repo Scripts

This scripts use the ES6 module syntax, in package.json set type:"module"/

To use with Node.js 12.x add the --experimental-modules flag. (Tested with 0.14x)

npm i @ridomin/repo-scripts
// main.ts
import * as rc from '@ridomin/repo-scripts'
console.log(rc.isDtmi('aaa'))
console.log(rc.dtmiToPath('dtmi:com:ee:aa;1'))

Build with

tsc -t es6 --outDir ./out --moduleResolution node  .\main.ts

Run with

node ./out/main.js

Dependencies (3)

Dev Dependencies (3)

Package Sidebar

Install

npm i @ridomin/repo-scripts

Weekly Downloads

0

Version

0.0.14

License

ISC

Unpacked Size

16.9 kB

Total Files

8

Last publish

Collaborators

  • ridomin