Feature: read / write to any json file #1

Merged
cardoni merged 3 commits from feature/read-write-json-files into master 2016-03-15 16:53:42 -07:00
cardoni commented 2016-03-15 16:01:12 -07:00 (Migrated from github.com)

Adds

Ability for CLI to optionally take a --file flag, specifying a json file other than package.json:

Example:

> boxcutter --file apidoc.json get name
Boxcutter
> boxcutter --file apidoc.json set name "Boxcutter API Documentation"
> boxcutter --file apidoc.json get name
Boxcutter API Documentation

Includes

  • Additional tests for this new feature
  • Updated readme w/ instructions
  • Various improvements to package.json
## Adds Ability for CLI to optionally take a `--file` flag, specifying a json file other than `package.json`: Example: ``` sh > boxcutter --file apidoc.json get name Boxcutter > boxcutter --file apidoc.json set name "Boxcutter API Documentation" > boxcutter --file apidoc.json get name Boxcutter API Documentation ``` ### Includes - Additional tests for this new feature - Updated readme w/ instructions - Various improvements to `package.json`
cardoni commented 2016-03-15 16:20:57 -07:00 (Migrated from github.com)

@andyburke: all set.

@andyburke: all set.
andyburke commented 2016-03-15 16:55:13 -07:00 (Migrated from github.com)

published as 1.2.0

published as 1.2.0
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
andyburke/boxcutter!1
No description provided.