0.0.14 • Published 4 years ago

@ridomin/repo-scripts v0.0.14

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

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
0.0.10

4 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.13

4 years ago

0.0.14

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago