This repository was archived by the owner on Feb 2, 2021. It is now read-only.
File tree 2 files changed +14
-0
lines changed
2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Nuxtent
2
2
3
+ [ ![ js-standard-style] ( https://cdn.rawgit.com/standard/standard/master/badge.svg )] ( http://standardjs.com )
4
+
3
5
The goal of Nuxtent is to make using Nuxt for content heavy sites as easy as using Jekyll, Hugo, or any other static site generator.
4
6
5
7
It does in two main ways:
Original file line number Diff line number Diff line change 26
26
"nuxtent" : " bin/nuxtent"
27
27
},
28
28
"scripts" : {
29
+ "#<git hooks>" : " handled by husky" ,
30
+ "precommit" : " lint-staged" ,
31
+ "#</git hooks>" : " handled by husky" ,
29
32
"unit" : " cross-env NODE_ENV=development karma start test/unit/karma.conf.js" ,
30
33
"e2e" : " cross-env NODE_ENV=test ava --verbose --serial test/e2e" ,
31
34
"test" : " npm run unit --single-run && npm run e2e" ,
63
66
"chai" : " ^4.1.0" ,
64
67
"cross-env" : " ^5.0.1" ,
65
68
"express" : " ^4.15.3" ,
69
+ "git-exec-and-restage" : " ^1.0.1" ,
70
+ "husky" : " ^0.14.3" ,
66
71
"jsdom" : " ^11.1.0" ,
67
72
"karma" : " ^1.7.0" ,
68
73
"karma-mocha" : " ^1.3.0" ,
69
74
"karma-rollup-preprocessor" : " ^4.0.2" ,
70
75
"karma-sinon-chai" : " ^1.3.1" ,
76
+ "lint-staged" : " ^4.2.1" ,
71
77
"mocha" : " ^3.5.0" ,
72
78
"nuxt" : " ^1.0.0-rc11" ,
79
+ "prettier-standard" : " ^6.0.0" ,
73
80
"request-promise-native" : " ^1.0.4" ,
74
81
"rollup" : " ^0.50.0" ,
75
82
"rollup-plugin-babel" : " ^3.0.2" ,
84
91
"sinon" : " ^3.0.0" ,
85
92
"sinon-chai" : " ^2.12.0"
86
93
},
94
+ "lint-staged" : {
95
+ "[!template].js" : [
96
+ " git-exec-and-restage prettier-standard"
97
+ ]
98
+ },
87
99
"ava" : {
88
100
"require" : [
89
101
" babel-register"
You can’t perform that action at this time.
0 commit comments