avidrucker / autofocus-exp

A todo list app and experiment, for command line, web, and desktop
MIT License
1 stars 1 forks source link

Architect creates NPM package of autofocus-core (currently named autofocus-exp) #418

Closed avidrucker closed 4 years ago

avidrucker commented 4 years ago

Epic issue #400 Resolved in #415 NPM Package link: https://www.npmjs.com/package/@avidrucker/autofocus-core

avidrucker commented 4 years ago

Resolved by following the instructions here: https://medium.com/the-andela-way/build-and-publish-your-first-npm-package-a4daf0e2431

Note: The at symbol ("@") is fine for prefixing a github username prior to a package name to scope it. In this project's case, there was already an NPM package by the name of "autofocus", so there may have been a naming conflict...