https://github.com/jwerle/clib-init
Initialize a clib package.json
https://github.com/jwerle/clib-init
Last synced: over 1 year ago
JSON representation
Initialize a clib package.json
- Host: GitHub
- URL: https://github.com/jwerle/clib-init
- Owner: jwerle
- License: mit
- Created: 2014-05-15T20:54:16.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-15T20:57:55.000Z (about 12 years ago)
- Last Synced: 2025-01-17T01:18:35.196Z (over 1 year ago)
- Language: Shell
- Size: 141 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
clib-init
=============
Interactively generate a `package.json' for your [clibs](https://github.com/clibs/clib)
## install
With [clib](https://github.com/clibs/clib):
```sh
$ clib install jwerle/clib-init
```
From source:
```sh
$ git clone git@github.com:jwerle/clib-init.git /tmp/clib-init
$ cd /tmp/clib-init
$ make install
```
## usage
Simply invoke `clib init` and you wil be prompted with a series
of questions about the generation of your `package.json`. Most options
have sane defaults.
This will walk you through initialzing the clib `package.json' file.
It will prompt you for the bare minimum that is needed and provide
defaults.
See github.com/clibs/clib for more information on defining the clib
`package.json' file.
You can press ^C anytime to quit this prompt. The `package.json' file
will only be written upon completion.
```sh
$ c lib init
This will walk you through initialzing the clib `package.json' file.
It will prompt you for the bare minimum that is needed and provide
defaults.
See github.com/clibs/clib for more information on defining the clib
`package.json' file.
You can press ^C anytime to quit this prompt. The `package.json' file
will only be written upon completion.
name: (clib-init)
...
```
## license
MIT