Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 085e27d

Browse files
authored
Update CONTRIBUTING.md (#270)
1 parent ab49925 commit 085e27d

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
# Contribution guide
22

3-
## Steps to create a new plugin
43

4+
## Build the project
55
1. Clone the repo by running 'git clone https://github.com/microsoft/botframework-cli.git'
6-
2. Inside the project folder run 'npm run build'
7-
3. Inside the packages folder(https://github.com/microsoft/botframework-cli/tree/master/packages) run 'npx oclif plugin <plugin-name>'
8-
4. Follow the wizard and set the prompts:
6+
2. Inside the project folder run 'npm install'
7+
3. Run 'npm run build'
8+
9+
## Steps to create a new plugin
10+
11+
1. Build the project
12+
2. Inside the packages folder(https://github.com/microsoft/botframework-cli/tree/master/packages) run 'npx oclif plugin <plugin-name>'
13+
3. Follow the wizard and set the prompts:
914

1015
? npm package: @microsoft/bf-<plugin-name>
1116
? description: <Plugin brief description>

0 commit comments

Comments
 (0)