Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lesenelir/gmweb3

A cli tool for generating DApp front-end templates
https://github.com/lesenelir/gmweb3

Last synced: 9 days ago
JSON representation

A cli tool for generating DApp front-end templates

Awesome Lists containing this project

README

        

# 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 ``.

- 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 ... 😅

```bash
npx @lesenelir/gmweb3
```

## License

[MIT]() License © 2023-PRESENT [Lesenelir Zhou](https://github.com/lesenelir)