Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@_nu/cli

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@_nu/cli - npm Package Compare versions

Comparing version
1.0.8
to
1.0.9
+25
-5
CHANGELOG.md

@@ -1,4 +0,28 @@

## 1.0.8 (2020-04-19)
## [1.0.9](https://github.com/nu-system/nu-cli/compare/v1.0.6...v1.0.9) (2020-04-20)
### Features
* add husky ([78270b8](https://github.com/nu-system/nu-cli/commit/78270b8ea7660f3a0556bb0a3af1272fc69488db))
* add test config ([8651156](https://github.com/nu-system/nu-cli/commit/86511561f0366e73a1a9549a5cf6ebd87eb6d0be))
* update react ([fed2b19](https://github.com/nu-system/nu-cli/commit/fed2b194d789ad5bd9991b536dbe944a6ae9f689))
## [1.0.6](https://github.com/nu-system/nu-cli/compare/v1.0.5...v1.0.6) (2020-04-15)
## [1.0.5](https://github.com/nu-system/nu-cli/compare/v1.0.4...v1.0.5) (2020-04-15)
### Features
* add react ([5ef4f34](https://github.com/nu-system/nu-cli/commit/5ef4f3434d268f512b3a06fbedb08c9e6e5fde50))
## [1.0.4](https://github.com/nu-system/nu-cli/compare/93e54a5d736cc87fef229188c1cd303c67ca56e4...v1.0.4) (2020-04-15)
### Bug Fixes

@@ -11,7 +35,3 @@

* add husky ([78270b8](https://github.com/nu-system/nu-cli/commit/78270b8ea7660f3a0556bb0a3af1272fc69488db))
* add react ([5ef4f34](https://github.com/nu-system/nu-cli/commit/5ef4f3434d268f512b3a06fbedb08c9e6e5fde50))
* add test config ([8651156](https://github.com/nu-system/nu-cli/commit/86511561f0366e73a1a9549a5cf6ebd87eb6d0be))
* update ([93e54a5](https://github.com/nu-system/nu-cli/commit/93e54a5d736cc87fef229188c1cd303c67ca56e4))
* update react ([fed2b19](https://github.com/nu-system/nu-cli/commit/fed2b194d789ad5bd9991b536dbe944a6ae9f689))
* 更新files ([0effa18](https://github.com/nu-system/nu-cli/commit/0effa18065333d869500f7a50c69c5fda1293673))

@@ -18,0 +38,0 @@

+1
-1
{
"name": "@_nu/cli",
"version": "1.0.8",
"version": "1.0.9",
"description": "🛠️ Standard Tooling for nu-system component development",

@@ -5,0 +5,0 @@ "main": "index.js",

module.exports = {
// 拷贝时候需要忽略的文件和文件夹
file_copy_ignore: [
"node_modules",
"yarn.lock",
"package.json",
"lang",
"es",
"lib",
"demo"
'node_modules',
'yarn.lock',
'package.json',
'lang',
'es',
'lib',
'demo',
],
// 需要使用 ejs 模版的文件
file_tpl: ["demo", "README.md", "lang", "package.json"],
file_tpl: ['demo', 'README.md', 'lang', 'package.json'],
// 把 package.json 里面的 file 独立出来
pkg_files: ["es", "lib", "umd", "lang"]
pkg_files: ['es', 'lib', 'umd', 'lang'],
};
# @\_nu/css-<%= componentName %>
[![npm package][npm-badge]][npm-url]
[![npm downloads][npm-downloads]][npm-url]
[![jsdelivr][jsdelivr-badge]][jsdelivr-url]
[![github][git-badge]][git-url]
| npm package| npm downloads| jsdelivr | github |
| --------------- | ------------------------------ | ------ | ----------------------- |
| [![npm package][npm-badge]][npm-url] | [![npm downloads][npm-downloads]][npm-url] | [![jsdelivr][jsdelivr-badge]][jsdelivr-url] | [![github][git-badge]][git-url] |

@@ -8,0 +7,0 @@ [npm-badge]: https://img.shields.io/npm/v/@_nu/css-<%= componentName %>.svg

<% var componentNameC=componentName.charAt(0).toUpperCase() + componentName.slice(1); %>
# @\_nu/react-<%= componentName %>
[![npm package][npm-badge]][npm-url]
[![npm downloads][npm-downloads]][npm-url]
[![jsdelivr][jsdelivr-badge]][jsdelivr-url]
[![github][git-badge]][git-url]
| npm package| npm downloads| jsdelivr | github |
| --------------- | ------------------------------ | ------ | ----------------------- |
| [![npm package][npm-badge]][npm-url] | [![npm downloads][npm-downloads]][npm-url] | [![jsdelivr][jsdelivr-badge]][jsdelivr-url] | [![github][git-badge]][git-url] |

@@ -74,2 +73,2 @@ [npm-badge]: https://img.shields.io/npm/v/@_nu/react-<%= componentName %>.svg

- [@\_nu/css-<%= componentName %>](https://nu-system.github.io/css/<%= componentName %>/)
- [@\_nu/react-<%= componentName %>](https://nu-system.github.io/react/<%= componentName %>/)
- [@\_nu/react-<%= componentName %>](https://nu-system.github.io/react/<%= componentName %>/)