lesenelir / gmweb3

A cli tool for generating DApp front-end templates

Home Page:https://www.npmjs.com/package/@lesenelir/gmweb3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GMWeb3

a cli tool for generating Dapp front-end templates

The main purpose of this project is to build a web command line interface tool based on a template to generate a Dapp front-end project or any other web project.

Dev Steps

  • Template: Define the structure and layout.

  • TypeScript: Utilize tsconfig.json and tsc for compilation.

  • Rollup: Bundle with the TypeScript plugin.

  • Yargs: Parse command line arguments <app-name>.

  • Fs-extra: Copy the template to the current directory as needed.

  • Inquirer / prompts: Interact with the user.

  • kolorist:terminal color.

Notes

The template in this project is not yet a startup template for developing a dapp. The author is researching the relevant technology stack and will update it in subsequent releases.

Create

Have some bugs ... 😅

npx @lesenelir/gmweb3

License

MIT License © 2023-PRESENT Lesenelir Zhou

About

A cli tool for generating DApp front-end templates

https://www.npmjs.com/package/@lesenelir/gmweb3

License:MIT License


Languages

Language:TypeScript 84.4%Language:JavaScript 10.0%Language:CSS 4.6%Language:HTML 1.0%