1.2.0 • Published 7 years ago

opensource-cli v1.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

opensource

Open Source Library - Template CLI

Template CLI to create an open source library in JavasSript

NPM

Travis Codecov Issues Github All Releases Forks Stars License Package CodeOfConduct

The Problem

You need a template to start a new open source library with JavaScript that uses travis ci for continuous delivery, mocha / chai for testing, webpack as module bundler and semantic-release for release versioning and can be distributed via npm.

The Solution

opensource-cli is a ready to go setup to build your own library in JavaScript.

Installation

This module is distributed via npm which is bundled with node and should be installed as one of your project's dependencies:

npm install -g opensource-cli

Usage

os-temp create "PROJECT NAME" -a "AUTHOR" -e "EMAIL ADDRESS" -r "GIT REPOSITORY"

API

Show help

os-temp
os-temp -h
os-temp --help

Show CLI version

os-temp --version

Create new Project

os-temp create [OPTIONS]
os-temp new [OPTIONS]

Options:

  • --path "path to your working directory"
  • --cwd "path to your working directory"

  • -d "project description"

  • --description "project description"

  • -a "project author"

  • --author "project author"

  • -e "email address"

  • --email "email address"

  • -r "git repository"

  • --repository "git repository"

Contributors

LICENSE

MIT

1.2.0

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

1.0.5

7 years ago

0.0.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago