Closed cvarjao closed 3 years ago
As a Developer I need to understand how to add commands to nrdk so that I can understand how nrdk works and effectively contribute to the project
DoD:
npm run oclif -- greetings
npx @bcgov/nrdk greetings
npx @bcgov/nrdk greetings Earth
npm run mocha -- "test/**/<greeetings>.test.ts"
Reference:
As a Developer I need to understand how to add commands to nrdk so that I can understand how nrdk works and effectively contribute to the project
DoD:
npm run oclif -- greetings
npx @bcgov/nrdk greetings
should output 'Hello World'npx @bcgov/nrdk greetings Earth
should output 'Hello Earth'npm run mocha -- "test/**/<greeetings>.test.ts"
Reference: