1.10.3 • Published 5 years ago
clipman v1.10.3
clipman
Helper to write and run nodejs apps from the terminal.
Install
npm install --global clipmanQuick start
clipman init hello-worldThis creates a new clipman app
You can now run your new clipman app
clipman run hello-worldHello world!You can also see the help section:
clipman help hello-worldhello-world v1.0.0 | Issue greetings
* Usage
hello-world <options>
* Options
--name string Who to greet (optional, default: "world")
made with clipmanLet's try to pass it an option
clipman run hello-world --name javascriptHello javascript!Let's change our hello-world/clipman.json:
{
"name": "hello-world",
"version": "1.0.0",
"description": "Issue greetings",
"entry": "main.js",
"options": {
"name": {
"description": "Who to greet",
"default": {
"value": "world"
}
}
}
}Change world by node, save the file and then:
clipman run hello-worldHello node!Docs
1.10.3
5 years ago
1.10.2
5 years ago
1.10.1
5 years ago
1.10.0
5 years ago
1.9.0
6 years ago
1.8.2
6 years ago
1.8.1
6 years ago
1.8.0
6 years ago
1.7.14
6 years ago
1.7.12
6 years ago
1.7.13
6 years ago
1.7.11
6 years ago
1.7.9
6 years ago
1.7.10
6 years ago
1.7.8
6 years ago
1.7.7
6 years ago
1.7.6
6 years ago
1.7.5
6 years ago
1.7.3
6 years ago
1.7.4
6 years ago
1.7.2
6 years ago
1.7.1
6 years ago
1.7.0
6 years ago
1.6.1
6 years ago
1.6.0
6 years ago
1.5.0
6 years ago
1.4.0
6 years ago
1.3.0
6 years ago
1.2.0
6 years ago
1.1.0
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago