Giter Club home page Giter Club logo

create-readme's Introduction

Limited maintenance

This repository is in limited maintenance mode. Please consider migrating to jsx-readme.

create-readme

npm version downloads open issues license debug build status coverage status dependency status devDependency status semantic release Gitter

Automatically creates README.md based on package.json and other existing files.

Usage

Configuration options can also be set in package.json's config.readme.

# API use

# Default options, explained in documentation
options = {
  debug: false
  silent: false
  encoding: 'utf-8'
  addDescription: ''
  addUsage: ''
  modules: ['CommonJS']
  unpkg: false
  licenseFile: 'LICENSE'
  badges: ['npm-version', 'travis', 'coveralls', 'dependencies', 'devDependencies', 'gitter']
  branch: 'master'
  replaceModuleReferences: true
  filename: 'README.md'
}

ReadmeCreator = require 'create-readme'
readmeCreator = new ReadmeCreator(options)
data = readmeCreator.parse()
content = readmeCreator.render data
readme = readmeCreator.write content
readme.catch (err) ->
  throw err
  process.exitCode = 1
readme-creator --encoding utf-8 --add-description "" --addUsage "" \
  --modules CommonJS --no-unpkg --license-file LICENSE.txt \
  --badges npm-version,travis,coveralls,dependencies,devDependencies,gitter \
  --branch master \
  README.md

Installation

Download node at nodejs.org and install it, if you haven't already.

npm install create-readme --save

This package is provided in these module formats:

  • CommonJS

Documentation

You can find a documentation here.

Dependencies

  • bluebird: Full featured Promises/A+ implementation with exceptionally good performance
  • commander: the complete solution for node.js command-line programs
  • debug: small debugging utility
  • github-url-to-object: Extract user, repo, and other interesting properties from GitHub URLs
  • mustache: Logic-less {{mustache}} templates with JavaScript
  • require-all:

Dev Dependencies

  • @lluis/codo: A CoffeeScript documentation generator.
  • @semantic-release/changelog: semantic-release plugin to create or update a changelog file
  • coffee-script: Unfancy JavaScript
  • coffeelint: Lint your CoffeeScript
  • coffeelint-no-mocha-only: This CoffeeLint plugin verifies there are no describe.only's or it.only's left in mocha tests
  • coffeelint-variable-scope: CoffeeLint rule that warn you when you accidentally overwrite outer scope variable
  • coveralls: takes json-cov output into stdin and POSTs to coveralls.io
  • ghooks: Simple git hooks
  • mock-fs: A configurable mock file system. You know, for testing.
  • nodemon: Simple monitor script for use during development of a node.js app.
  • npm-build-tools: Cross-platform command-line tools to help use npm as a build tool.
  • nsp: The Node Security (nodesecurity.io) command line interface
  • proxyquire: Proxies nodejs require in order to allow overriding dependencies during testing.
  • semantic-release: Automated semver compliant package publishing
  • test-coffee-module: run tests on .coffee files with sensible defaults
  • validate-commit-msg: Script to validate a commit message follows the conventional changelog standard

License

MIT

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.