Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation #73

Open
stephenmathieson opened this issue May 23, 2014 · 6 comments
Open

Documentation #73

stephenmathieson opened this issue May 23, 2014 · 6 comments

Comments

@stephenmathieson
Copy link
Member

We need dox for the following:

  • package.json grammar (dependencies, makefile, etc.)
  • "publishing" a package
  • requesting membership to the org
@brendanashworth
Copy link
Member

+1 this is definitely needed, especially the publishing a package.

@stephenmathieson
Copy link
Member Author

stephenmathieson commented Jun 21, 2014

@boboman13 for now, a user must:

  1. ensure there is a package.json clib.json in the root of their project
  2. log into GitHub
  3. navigate to the "Packages" page of the wiki
  4. press the "Edit" button
  5. add an entry (in the appropriate section) following this format:
 - [boboman13/my-package](https://github.com/boboman13/my-package) - description of my package

Once added, clib-search(1) will be able to scrape the wiki page and display your package. If your package is not being displayed, you may need to run $ rm -f /tmp/clib-search.cache to remove its internal cache.

@tj
Copy link
Member

tj commented Oct 25, 2015

Some docs encouraging everyone to make them glob-friendly would be nice too, my favorite thing about clib is knowing most of these work with a simple deps/*/*.c -I deps, no crazy build bullshit haha.

@jwerle
Copy link
Member

jwerle commented Oct 25, 2015

Haha yes. It makes for a friendly Makefile.

On Sun, Oct 25, 2015, 7:11 PM TJ Holowaychuk notifications@github.com
wrote:

Some docs encouraging everyone to make them glob-friendly would be nice
too, my favorite thing about clib is knowing most of these work with a
simple deps//.c -I deps, no crazy build bullshit haha.


Reply to this email directly or view it on GitHub
#73 (comment).

@tj
Copy link
Member

tj commented Oct 25, 2015

makes me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
clib project
  
To do
Development

No branches or pull requests

4 participants