0.3.0 • Published 5 years ago

generator-lepont-bridge v0.3.0

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

generator-lepont-bridge v0.3.0

Yeoman generator for lepont bridges

Usage

First install yeoman and this generator.

npm i -g yo generator-lepont-bridge

Hit the generator command

yo lepont-bridge

Then follow the instruction and you'll get the scaffolding of lepont bridge! šŸ‘ That should look like the below:

my-lepont-bridge
ā”œā”€ā”€ README.md
ā”œā”€ā”€ bridge
│   ā”œā”€ā”€ index.d.ts
│   └── index.js
ā”œā”€ā”€ package.json
ā”œā”€ā”€ src
│   ā”œā”€ā”€ bridge.ts
│   ā”œā”€ā”€ index.ts
│   └── shared.ts
└── tsconfig.json

License

MIT

0.3.0

5 years ago

0.2.0

5 years ago

0.1.1

5 years ago