Home

Awesome

mostjs package-starter

A starting point for new @most packages.

Usage

Get it

$ git clone https://github.com/mostjs/package-starter my-awesome-package
$ cd my-awesome-package
$ rm -rf ./.git
$ git init
$ npm install
$ sed -i 's/mostPackage/my-awesome-package/g' package.json

or one-line install:

bash <(curl -sSL https://git.io/vr1HI)

Use it

In your editor:

  1. Add a description of your awesome package and make sure to give yourself credit as the 'author' in the package.json
  2. Create well-tested awesomeness. :fire::fire:
  3. Tell us about the awesomeness you just created in your README.md

Get this thing up on Github and NPM!