Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lesenelir/gmweb3
- Owner: lesenelir
- License: mit
- Created: 2023-09-30T08:15:36.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-06T07:51:27.000Z (about 1 year ago)
- Last Synced: 2024-10-29T08:29:25.319Z (18 days ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@lesenelir/gmweb3
- Size: 183 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)