Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

NPM module for Bedrock-CLI #49

Open
evanlouie opened this issue May 12, 2020 · 0 comments
Open

NPM module for Bedrock-CLI #49

evanlouie opened this issue May 12, 2020 · 0 comments

Comments

@evanlouie
Copy link
Contributor

As a: developer

I want: The bedrock-cli to be made available via NPM

So that:

  • I can more easily install the bedrock-cli locally and on agents which already have Node.js installed -- this will also make installation cleaner as you can run npm install -g bedrock-cli@<some>.<semver>.<version> and have it automatically added to the PATH (and not require to download a large binary containing the entire Node.js binary)
  • I can more easily publish new releases using yarn publish, which will automatically create a release tag, push it to npm, and give the ability to push that tag back up to github.

Describe the solution you'd like:

  • Publish an NPM module for bedrock-cli

Acceptance Criteria:

  • Find out how we can add an npm module to the microsoft NPM org
  • Add an bin to the package.json that points to either a wepback compiled version of bedrock.js or if compiled with tsc, point to the index.js mapping to src/index.js
  • Push a release

Describe alternatives you've considered:

Additional context:

Does this require updates to documentation?: yes

@andrebriggs andrebriggs transferred this issue from microsoft/bedrock May 12, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant