UNPKG

charlike

Version:

Small, fast, simple and streaming project scaffolder for myself, but not only. Supports hundreds of template engines through the @JSTransformers API or if you want custom `render` function passed through options

67 lines (42 loc) 3.84 kB
# Change Log All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. <a name="0.3.2"></a> ## [0.3.2](https://github.com/tunnckocore/charlike/compare/v0.3.1...v0.3.2) (2017-02-19) ### Bug Fixes * **templates:** force run lint before tests ([83c6643](https://github.com/tunnckocore/charlike/commit/83c6643)) * **templates:** move back to standard, couple of other fixes ([5d72147](https://github.com/tunnckocore/charlike/commit/5d72147)) <a name="0.3.1"></a> ## [0.3.1](https://github.com/tunnckocore/charlike/compare/v0.3.0...v0.3.1) (2017-02-10) ### Bug Fixes * **templates:** update npm scripts ([8f239dc](https://github.com/tunnckocore/charlike/commit/8f239dc)) <a name="0.3.0"></a> # 0.3.0 (2017-02-09) ### Bug Fixes * **defaults:** fix default templates dir resolving ([762cf34](https://github.com/tunnckocore/charlike/commit/762cf34)) * **link:** fix link to https for file banners ([d6ba2d1](https://github.com/tunnckocore/charlike/commit/d6ba2d1)) * **logo:** update logo link ([4386c0e](https://github.com/tunnckocore/charlike/commit/4386c0e)) * **package:** add missing templates folder ([4f05028](https://github.com/tunnckocore/charlike/commit/4f05028)) * **package:** implicitly define template files ([2c366cd](https://github.com/tunnckocore/charlike/commit/2c366cd)) * **package:** update bump devDeps ([ee152bb](https://github.com/tunnckocore/charlike/commit/ee152bb)) * **package.json:** fix engines field - npm should be >=2, not >=3 ([3f4eb9d](https://github.com/tunnckocore/charlike/commit/3f4eb9d)) * **pkg:** wrong project name and fails when there's no local package.json ([b90b9f2](https://github.com/tunnckocore/charlike/commit/b90b9f2)) * **readme:** add the logo author and license ([f29687c](https://github.com/tunnckocore/charlike/commit/f29687c)) * **readme:** update logo ([5795e32](https://github.com/tunnckocore/charlike/commit/5795e32)) * **templates:** add "repository" to locals ([86dc8d5](https://github.com/tunnckocore/charlike/commit/86dc8d5)) * **templates:** add default highlight for the readmes ([61fa8a9](https://github.com/tunnckocore/charlike/commit/61fa8a9)) * **templates:** add engines (node>=4, npm>=2) field to template package.json ([3b4b625](https://github.com/tunnckocore/charlike/commit/3b4b625)) * **templates:** better npm scripts and development flow ([3905606](https://github.com/tunnckocore/charlike/commit/3905606)) * **templates:** fix files field ([9951783](https://github.com/tunnckocore/charlike/commit/9951783)) * **templates:** force update deps ([f8a8e67](https://github.com/tunnckocore/charlike/commit/f8a8e67)) * **templates:** switch travis to report to codecov ([ae11ba7](https://github.com/tunnckocore/charlike/commit/ae11ba7)) * **templates:** test function to be fat arrow function ([816195a](https://github.com/tunnckocore/charlike/commit/816195a)) * **templates:** update ([c19ec71](https://github.com/tunnckocore/charlike/commit/c19ec71)) * **templates:** update verb layour footer ([2b26bab](https://github.com/tunnckocore/charlike/commit/2b26bab)) * **travis:** simplify, we dont need old versions in new project ([b740d69](https://github.com/tunnckocore/charlike/commit/b740d69)) * **update:** boilerplate ([0459146](https://github.com/tunnckocore/charlike/commit/0459146)) * **verb:** fix verb layout in license section ([3e373d2](https://github.com/tunnckocore/charlike/commit/3e373d2)) * **verb:** update badges, move to codecov for coverage ([651defb](https://github.com/tunnckocore/charlike/commit/651defb)) ### Features * **templates:** use [@jstransformers](https://github.com/jstransformers) for templating ([5ddd208](https://github.com/tunnckocore/charlike/commit/5ddd208)) ## 0.0.0 - 2016-11-01 - Initial commit