Skip to content

Commit 631f195

Browse files
committed
updating readme, package.json with contributors and mention of CLI
1 parent 207504b commit 631f195

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,17 @@ If this looks **REALLY DIFFERENT** from what you expected, check out the [Change
1212

1313
* [@bmuenzenmeyer](https://github.com/bmuenzenmeyer) - Lead Maintainer
1414
* [@geoffp](https://github.com/geoffp) - Core Contributor
15+
* [@raphaelokon](https://github.com/raphaelokon) - CLI Contributor
16+
* [@tburny](https://github.com/tburny) - Core Contributor
1517

1618
## Upgrading
1719

1820
If you find yourself here and are looking to upgrade, check out how to upgrade from version to version of Pattern Lab Node here: [https://github.com/pattern-lab/patternlab-node/wiki/Upgrading](https://github.com/pattern-lab/patternlab-node/wiki/Upgrading)
1921

2022
## Command Line Interface
2123

22-
The [command line interface](https://github.com/pattern-lab/patternlab-node/wiki/Command-Line-Interface) is documented in the wiki, and already implemented for you within [Node Editions](https://github.com/pattern-lab?utf8=%E2%9C%93&query=edition-node).
24+
The rudimentary [command line interface](https://github.com/pattern-lab/patternlab-node/wiki/Command-Line-Interface) is documented in the wiki, and already implemented for you within [Node Editions](https://github.com/pattern-lab?utf8=%E2%9C%93&query=edition-node).
25+
A [full-featured command line interface](https://github.com/pattern-lab/patternlab-node-cli) is in the works, courtesy of [@raphaelokon](https://github.com/raphaelokon).
2326

2427
## Contributing
2528

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@
4141
"contributors": [
4242
{
4343
"name": "Geoff Pursell"
44+
},
45+
{
46+
"name": "Raphael Okon"
47+
},
48+
{
49+
"name": "tburny"
4450
}
4551
],
4652
"license": "MIT",

0 commit comments

Comments
 (0)