General Information
Getting Started
The .subfile
This is an internal subtub tool.
It should generate readme, license and other files for our projects and repositories.
Install the latest subtool
release with the Node Package Manager by running:
sudo npm install -g https://github.com/subtub/subtool/tarball/master
To install a specific version run:
sudo npm install -g https://github.com/subtub/subtool/archive/v0.0.6.tar.gz
To uninstall run:
sudo npm uninstall -g subtool
If you want to generate README.md
files with the subtool, you need a .subfile
to configure the generator.
A .subfile
looks like:
// subtool configuration file
module.exports = { version: '0.0.4',
// Set GitHub User- and Project-Name.
github: {
username: 'NAME',
project: 'PROJECT'
},
// Settings for the README.md file.
readme: {
// Generate a Table of Content Markdown list.
toc: true,
content: [
{ title: 'General Information', file: '/docs/general_information.md' }
]
},
// Set the type of License you want to use. Choose between the following types:
// apache, freebsd, isc, mit, newbsd
license: 'mit',
// If true, generate a CONTRIBUTING.md file.
contributing: true,
// If true,
travis: {
language: 'node_js',
version: ['0.4', '0.6', '0.8', '0.10']
}
}
project : subtool
repo age : 7 weeks
active : 21 days
commits : 203
files : 191
authors :
200 Paul Vollmer 98,5%
3 Tim Pulver 1,5%
This summary is generated by the git-summary
script.
The MIT License (MIT)
Copyright (c) 2013 subtub
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
This Readme was generated by subtool on Tue Oct 29 2013 20:20:30 GMT+0100 (CET).