0.0.1 • Published 3 years ago

nwork v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

nwork

Hello!

This is currently in a clearly proof-of-concept state, with lots of TODOs remaining in the code for basic functionality.

Usage

nwork register — Invoke this in the directory containing your library to register it with ndev. nwork develop name — Invoke this in a project to swap in the already-registered library for development

Example

Say Project A is an app, and Project B is a library that that project uses.

First, navigate to /projects/project_b. Invoke nwork register, and Project B will be registered under the name provided in its package.json — let's say this is projectB.

Next, navigate to /projects/project_a. Invoke nwork develop projectB and project B will be installed from its home on your local machine, as well as symlinked at the top level.