Skip to content

Commit

Permalink
feat: move template to base dir
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni committed Jul 18, 2020
1 parent 0173b43 commit 85f145e
Show file tree
Hide file tree
Showing 26 changed files with 42 additions and 22 deletions.
11 changes: 0 additions & 11 deletions template/README.md

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
31 changes: 31 additions & 0 deletions template/base/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# <%= name %>

<a href="https://github.com/vinayakkulkarni/janak">
<img alt="Built with Janak" src="https://img.shields.io/badge/built%20using-janak-brightgreen">
</a>

> <%= description %>
## Features

- [Ava](https://ava.li) for unit testing
- [Prettier](https://http://prettier.io/) & [ESLint](https://eslint.org) to ensure nice linted code
- [Rollup](https://rollupjs.org/guide/en/) to bundle your awesome <%= name %>
- [Commitlint](http://commitlint.js.org/) & [Husky](https://github.com/typicode/husky) provide you with githooks so your commits follow [commit convention](https://commitlint.js.org/#/concepts-commit-conventions)
- [Dependabot](https://github.blog/2020-06-01-keep-all-your-packages-up-to-date-with-dependabot/) support out of the box
- [Ship.js](https://community.algolia.com/shipjs/) to ensure automated releases & changelog generation

## Usage

```bash
# Installs all required dependencies
$ npm install
# Runs the linter - ESLint & Prettier
$ npm run lint
# Prepares a new version for your awesome <%= name %>
$ npm run release:prepare
```

## License

MIT &copy; <%= username %>
22 changes: 11 additions & 11 deletions template/_package.json → template/base/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,35 +31,35 @@
"release:trigger": "shipjs trigger"
},
"dependencies": {
"@vue/composition-api": "^0.6.1"
"@vue/composition-api": "^1.0.0-beta.3"
},
"devDependencies": {
"@ava/babel": "^1.0.1",
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@rollup/plugin-commonjs": "^13.0.0",
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@commitlint/cli": "^9.1.1",
"@commitlint/config-conventional": "^9.1.1",
"@rollup/plugin-commonjs": "^14.0.0",
"@vue/test-utils": "^1.0.3",
"ava": "^3.8.2",
"ava": "^3.10.1",
"babel-eslint": "^10.1.0",
"babel-plugin-module-resolver": "^4.0.0",
"eslint": "^7.2.0",
"eslint": "^7.4.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-vue": "^2.0.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-vue": "^6.2.2",
"husky": "^4.2.5",
"jsdom-global": "^3.0.2",
"prettier": "^2.0.5",
"require-extension-hooks": "^0.3.3",
"require-extension-hooks-babel": "^1.0.0",
"require-extension-hooks-vue": "^3.0.0",
"rollup": "^2.15.0",
"rollup": "^2.22.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-terser": "^6.1.0",
"rollup-plugin-vue": "^5.1.6",
"shipjs": "^0.19.0",
"shipjs": "^0.20.1",
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.11"
},
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 85f145e

Please sign in to comment.