Home

Awesome

jumpstart-black-coffee

Jumpstart template for an open source JavaScript module that's written in CoffeeScript.

This template assumes:

There are configuration files for Textmate 2 and Travis CI.

The generated README.md file includes status badges for Travis CI and David DM.

Installation

npm install jumpstart
npm install jumpstart-black-coffee

Configuration

Jumpstart looks for a .jumpstart.json file inside your current working directory - or if not found, in your home directory - for global values for the various placeholders. See Jumpstart documentation for

Usage

Starting a new project

jumpstart dirname black-coffee

You will be asked to provide values for the placeholders inside the black-coffee template. Jumpstart then creates a new directory dirname containing the filled-out template.

Notes on proper placeholders values:

After creating a new project it's recommended you run the following command once:

Initializing the new project

Go to your newly created project directory.

npm run jumpstart

This command

Running npm run jumpstart afterwards is optional.

Conveniences during development

During development, you can make use of the following commands.

These commands require the dev-dependencies to be installed. You can do so with npm install.

When you do npm publish, npm test will be run first, ensuring that the JavaScript code you're publishing is both fresh and working (in so far it's covered by tests). When you attempt to make a commit with git, npm test will also be run first.

See also the Jumpstart documentation.

License

jumpstart-black-coffee is released under the MIT License. Copyright (c) 2016 Braveg1rl