Skip to content

bevry/base

Repository files navigation

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 with http -d
  • If you have wget, replace down with wget -N
  • If you have curl, replace down with curl -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

Our .stylelintrc.js file.

down https://github.com/bevry/base/blob/c9fed620552b3334e05de999eab7186ff91fbf2d/.stylelintrc.js

Dropped in favour of Boundation.

TypeScript Config File

Our tsconfig.json file.

down https://github.com/bevry/base/blob/01aac915b59c84251f9b5182704d05708ac1aa86/tsconfig.json

Dropped in favour of Boundation.

TravisCI File

Our .travis.yml file.

down https://github.com/bevry/base/blob/01aac915b59c84251f9b5182704d05708ac1aa86/.travis.yml

Dropped in favour of Boundation and Awesome Travis.

DocPad Setup File

Our docpad-setup.sh file.

down https://github.com/bevry/base/blob/01aac915b59c84251f9b5182704d05708ac1aa86/docpad-setup.sh

Dropped in favour of Boundation.

ESLint Config File

Our .eslintrc.js file.

down https://github.com/bevry/base/blob/01aac915b59c84251f9b5182704d05708ac1aa86/.eslintrc.js

Dropped in favour of eslint-config-bevry.

Our esnextguardian.js file.

down https://raw.githubusercontent.com/bevry/base/34fc820c8d87f1f21706ce7e26882b6cd5437368/esnextguardian.js

Dropped in favour of Editions.

Our nakefile.js file.

down https://raw.githubusercontent.com/bevry/base/34fc820c8d87f1f21706ce7e26882b6cd5437368/nakefile.js

Dropped in favour of NPM Scripts.

Our Cakefile file.

down https://raw.githubusercontent.com/bevry/base/22bbd5999c420c4058fd54becb9b1cd3cd1d70dd/Cakefile

Dropped in favour of NPM Scripts.

Our coffeelint.json file.

down https://raw.githubusercontent.com/bevry/base/34fc820c8d87f1f21706ce7e26882b6cd5437368/coffeelint.json
{
    "scripts": {
        "our:verify:coffeelint": "coffeelint ./source"
    }
}

Dropped in favour of ESNext.

Our cyclic.js file.

down https://raw.githubusercontent.com/bevry/base/34fc820c8d87f1f21706ce7e26882b6cd5437368/cyclic.js

Dropped in favour of npm >=2.

Our .jshintrc file.

down https://raw.githubusercontent.com/bevry/base/b1335ea16811d2870dbde87c3a1a606797db54a0/.jshintrc

Dropped in favour of ESLint.

Our .jscrc file.

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