base
base copied to clipboard
Base files for new projects
Bevry's Project Base Files
Files we use when scaffolding new projects.
Automatic
For complete automatic application of our base files, use boundation
. Eventually boundation will replace this entire repository.
Manual
For manual application of base files.
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
Travis
Refer to bevry/awesome-travis for our TravisCI base files.
Legacy
Stylelint Config File
down https://github.com/bevry/base/blob/c9fed620552b3334e05de999eab7186ff91fbf2d/.stylelintrc.js
Dropped in favour of Boundation.
TypeScript Config File
down https://github.com/bevry/base/blob/01aac915b59c84251f9b5182704d05708ac1aa86/tsconfig.json
Dropped in favour of Boundation.
TravisCI File
down https://github.com/bevry/base/blob/01aac915b59c84251f9b5182704d05708ac1aa86/.travis.yml
Dropped in favour of Boundation and Awesome Travis.
DocPad Setup File
down https://github.com/bevry/base/blob/01aac915b59c84251f9b5182704d05708ac1aa86/docpad-setup.sh
Dropped in favour of Boundation.
ESLint Config File
down https://github.com/bevry/base/blob/01aac915b59c84251f9b5182704d05708ac1aa86/.eslintrc.js
Dropped in favour of eslint-config-bevry
.
ESNextGuardian
down https://raw.githubusercontent.com/bevry/base/34fc820c8d87f1f21706ce7e26882b6cd5437368/esnextguardian.js
Dropped in favour of Editions.
Nakefile
down https://raw.githubusercontent.com/bevry/base/34fc820c8d87f1f21706ce7e26882b6cd5437368/nakefile.js
Dropped in favour of NPM Scripts.
Cakefile
down https://raw.githubusercontent.com/bevry/base/22bbd5999c420c4058fd54becb9b1cd3cd1d70dd/Cakefile
Dropped in favour of NPM Scripts.
CoffeeLint
down https://raw.githubusercontent.com/bevry/base/34fc820c8d87f1f21706ce7e26882b6cd5437368/coffeelint.json
{
"scripts": {
"our:verify:coffeelint": "coffeelint ./source"
}
}
Dropped in favour of ESNext.
Cyclic
down https://raw.githubusercontent.com/bevry/base/34fc820c8d87f1f21706ce7e26882b6cd5437368/cyclic.js
Dropped in favour of npm >=2
.
JSHint
down https://raw.githubusercontent.com/bevry/base/b1335ea16811d2870dbde87c3a1a606797db54a0/.jshintrc
Dropped in favour of ESLint.
JSCS
down https://raw.githubusercontent.com/bevry/base/34fc820c8d87f1f21706ce7e26882b6cd5437368/.jscrc
Dropped in favour of ESLint.
History
View the commit history for the release history.
License
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