Open-source magic tools | Terra-firma for Open-Source Ecmascript projects !
Website | Wiki | Issues | Contributing
Built with 💗 by Kane Thornwyrd and contributors
- A feature
- Another one
- And a final third ! :)
⚠️ Use Hubflow⚠️
npm i
git hubflow feature start [name of your feature]
- Do your job
git add
what you need to add- Use
./commit
instead ofgit commit …
- Follow the instructions
- Once you are done with your feature:
git hubflow feature finish [name of your feature]
npm run release
- Follow the instructions
This is not the proper way to use the boilerplate but a placeholder for your code exemples.
console.log('Yeay') // console.log is pretty dated, take a look at remote debugging, it's available in VSCode for exemple.
Want to see more examples? Check out the Wiki.
The goal here is to provide a good base to start any open-source project automatising the most we can, because, let's face it, it's better to be smart lazy and to focus on coding/delivering than setting up those tools.
This is not the proper way to use the boilerplate but a placeholder for your project installation instructions.
$ npm i -S my-project
- Feedmereadmes - Feedmereadmes ReadMe maturity model
- choo - from which I broadly borrowed inspiration for this README.md
Please take a look at our contributing guidelines if you're interested in helping!
This project is licensed under the General Public License v3.0 - see the LICENSE file for details.