Skip to content
/ 18f-cli Public
forked from 18F/18f-scaffolding

A command line utility to standardize common 18F actions

License

Notifications You must be signed in to change notification settings

DCgov/18f-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The 18F Command

This is a command line utility to standardize common functions here at 18F. It can be extended by putting any command with the format 18f-yourcommand on your PATH.

Installation

To set a different name for the central command created, create an orgname file with that string.

git clone git@github.com:18F/18f-cli.git
cd 18f-cli
git checkout release
echo YOURORG > orgname # optional
make install

Usage

18f [options] <subcommand> [subcommand options] <args>

18f init

Turns the current directory into a git repo with proper LICENSE.md, CONTRIBUTING.md, README.md, and .about.yml files.

18f setup

Runs the setup script found in https://github.com/18f/laptop. Used to set up a new computer or update an existing one. See that repo for more information about customizing the script through ~/.laptop.local.

Public domain

This project is in the worldwide public domain. As stated in CONTRIBUTING:

This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.

All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.

About

A command line utility to standardize common 18F actions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 91.8%
  • Makefile 8.2%