0.5.0 • Published 5 years ago

noodl-lab-cli v0.5.0

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

Noodl Lab CLI tool

Noodl is a platform for iterative design of new products and service experiences created and maintained by Topp. This package contains the command line interface tool for managing content of a Noodl lab workspace.

Installing

$ npm install -g noodl-lab-cli

Initializing

Create a folder where you will keep your Lab assets, and in the folder run:

$ noodl-lab init --accessKey "XYZ" --name "your-lab-name"

Where XYZ needs to be replaced with your workspace key and “your-lab-name” is the identifier you use when signing in to your Noodl Lab workspace. This key is found in the workspace settings popup.

Once your Lab is initialised your will have a folder structure as shown below:

workspace.json
feed/
  index.json
library/ 
  index.json

The access key is stored in the workspace.json file, so make sure it is kept safe. To push your Lab to the cloud, run the following command in the lab folder:

$ noodl-lab push

That’s it, now you can sign in to your lab (you may need to restart Noodl to get any new stuff you pushed) and the feed and library should be available to all Lab users.

0.5.0

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago