Skip to content

kt3k/generator-lepont-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

yeoman generator for lepont bridges

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published