Skip to content

Latest commit

 

History

History
64 lines (44 loc) · 1.63 KB

README.md

File metadata and controls

64 lines (44 loc) · 1.63 KB

To initialise repo with basic files

Files included:

  1. README.md
  2. LICENSE
  3. .github/ISSUE_TEMPLATE/bug_report.md
  4. .github/ISSUE_TEMPLATE/feature_request.md
  5. .github/ISSUE_TEMPLATE/config.yml
  6. .github/CODE_OF_CONDUCT.md
  7. .github/workflows/publish-package-prod.yml

Setup

Run the following command to initialize your repo with the above files:

curl https://raw.githubusercontent.com/AElfProject/aelf-dapp-factory/master/basic-patch.patch | git apply

You may delete every content above and use this README.md in your repository.

Project Name

Brief Project Description

About The Project

Extensive Project Description

Getting Started

Subsection 1

Before installing, you need to install... Run the following command to install it in the current project:

dotnet add package Something

Examples

Description for examples

Example 1

To create new context, simply run a query like this:

var context = new Context();

Contributing

If you encounter a bug or have a feature request, please use the Issue Tracker. The project is also open to contributions, so feel free to fork the project and open pull requests.

License

Distributed under the Apache License. See License for more information. Distributed under the MIT License. See License for more information.