Files we use when scaffolding new projects.
For complete automatic application of our base files, use boundation
. Eventually boundation will replace this entire repository.
For manual application of base files.
Download the relevant files for your project:
- If you have httpie, replace
down
withhttp -d
- If you have wget, replace
down
withwget -N
- If you have curl, replace
down
withcurl -OL
down https://raw.githubusercontent.com/bevry/base/master/.editorconfig
down https://raw.githubusercontent.com/bevry/base/master/.flowconfig
down https://raw.githubusercontent.com/bevry/base/master/.gitignore
down https://raw.githubusercontent.com/bevry/base/master/.npmignore
down https://raw.githubusercontent.com/bevry/base/master/CONTRIBUTING.md
down https://raw.githubusercontent.com/bevry/base/master/HISTORY.md
down https://raw.githubusercontent.com/bevry/base/master/LICENSE.md
Refer to bevry/awesome-travis for our TravisCI base files.
down https://github.com/bevry/base/blob/c9fed620552b3334e05de999eab7186ff91fbf2d/.stylelintrc.js
Dropped in favour of Boundation.
down https://github.com/bevry/base/blob/01aac915b59c84251f9b5182704d05708ac1aa86/tsconfig.json
Dropped in favour of Boundation.
down https://github.com/bevry/base/blob/01aac915b59c84251f9b5182704d05708ac1aa86/.travis.yml
Dropped in favour of Boundation and Awesome Travis.
down https://github.com/bevry/base/blob/01aac915b59c84251f9b5182704d05708ac1aa86/docpad-setup.sh
Dropped in favour of Boundation.
down https://github.com/bevry/base/blob/01aac915b59c84251f9b5182704d05708ac1aa86/.eslintrc.js
Dropped in favour of eslint-config-bevry
.
down https://raw.githubusercontent.com/bevry/base/34fc820c8d87f1f21706ce7e26882b6cd5437368/esnextguardian.js
Dropped in favour of Editions.
down https://raw.githubusercontent.com/bevry/base/34fc820c8d87f1f21706ce7e26882b6cd5437368/nakefile.js
Dropped in favour of NPM Scripts.
down https://raw.githubusercontent.com/bevry/base/22bbd5999c420c4058fd54becb9b1cd3cd1d70dd/Cakefile
Dropped in favour of NPM Scripts.
down https://raw.githubusercontent.com/bevry/base/34fc820c8d87f1f21706ce7e26882b6cd5437368/coffeelint.json
{
"scripts": {
"our:verify:coffeelint": "coffeelint ./source"
}
}
Dropped in favour of ESNext.
down https://raw.githubusercontent.com/bevry/base/34fc820c8d87f1f21706ce7e26882b6cd5437368/cyclic.js
Dropped in favour of npm >=2
.
down https://raw.githubusercontent.com/bevry/base/b1335ea16811d2870dbde87c3a1a606797db54a0/.jshintrc
Dropped in favour of ESLint.
down https://raw.githubusercontent.com/bevry/base/34fc820c8d87f1f21706ce7e26882b6cd5437368/.jscrc
Dropped in favour of ESLint.
View the commit history for the release history.
Licensed under the Creative Commons Zero making it public domain so you can do whatever you wish with it without worry (you can even remove this notice!)
Copyright © 2011+ Benjamin Lupton