Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Latest commit

 

History

History
71 lines (50 loc) · 2.31 KB

README.md

File metadata and controls

71 lines (50 loc) · 2.31 KB

new-ball

Build Status npm version Greenkeeper badge codecov

Make a new ball o' yarn (a template for generating Holvonix yarn-based node packages)

NPM

Installation

TODO: Fill-in with real repo instructions. 😛

Usage

This template is probably not useful outside Holvonix LLC, given that it has our copyright notices and our choices of license and other development environment peculiarities 😃 - Regardless, none of this is legal advice, and you should consult a legal professional to understand what kind of license you should use for your project.

  1. Minimum versions:
$ yarn -v
1.3.2
$ node -v
v8.9.3
$ npm -v
4.6.1
  1. Make a repository at https://github.com/holvonix-open/$NEW_PROJECT_NAME without readme, gitignore, license, etc. Blank repo with no commits.

  2. Shell execute:

NEW_PROJECT_NAME=the-name &&
git clone https://github.com/holvonix-open/new-ball --branch master --single-branch $NEW_PROJECT_NAME &&
cd $NEW_PROJECT_NAME &&
sh setup/setup-new-project.sh $NEW_PROJECT_NAME &&
cat setup/SETUP.md
  1. Follow the instructions output by setup-new-project.sh

Notice and License

# new-ball

Copyright (c) 2017 Holvonix LLC and the new-ball AUTHORS

Original Repository: https://github.com/holvonix-open/new-ball

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Third-party dependencies may have their own licenses.