Skip to content

dayanyrec/fancy-boilerplate

Repository files navigation

Fancy Boilerplate

Build Status

Coverage Status

A fancy boilerplate to start a JS project using fancy tools

Getting Started

Installing

  • Clone this repo;
  • Delete the .git/ directory;
  • Init and reconfigure git: git init;
  • Install dependencies: npm install;
  • Run a friendly task: npm run precommit;
  • Happy coding 😉

Running the tests

npm run test:coverage

And coding style

We are using Airbnb ESLint configuration for code style. You can lint the code

npm run lint

Built With

If you need a mock, use Sinon.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

A fancy JS boilerplate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published