New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

nuke-cli

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuke-cli - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+22
-1
package.json
{
"name": "nuke-cli",
"version": "1.0.1",
"version": "1.0.2",
"description": "A CLI focused on powering the start of your web project.",

@@ -25,2 +25,23 @@ "author": {

},
"repository": {
"type": "git",
"url": "https://github.com/cl4pper/nuke-cli.git"
},
"keywords": [
"nuke-cli",
"nuke",
"cli",
"web",
"boilerplate",
"setup",
"react",
"node",
"typescript",
"javascript",
"webpack",
"jest",
"frontend",
"backend",
"fullstack"
],
"files": [

@@ -27,0 +48,0 @@ "build",

+26
-9

@@ -1,20 +0,37 @@

# nuke-cli
# nuke-cli [![CI](https://github.com/cl4pper/nuke-cli/actions/workflows/integration.yaml/badge.svg)](https://github.com/cl4pper/nuke-cli/actions/workflows/integration.yaml) [![Publish](https://github.com/cl4pper/nuke-cli/actions/workflows/publish.yaml/badge.svg)](https://github.com/cl4pper/nuke-cli/actions/workflows/publish.yaml)
[![NPM](https://img.shields.io/badge/NPM-%23CB3837.svg?style=for-the-badge&logo=npm&logoColor=white)](https://www.npmjs.com/package/nuke-cli)
[![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/cl4pper/nuke-cli)
![GitHub Actions](https://img.shields.io/badge/github%20actions-%232671E5.svg?style=for-the-badge&logo=githubactions&logoColor=white)
![NPM](https://img.shields.io/badge/NPM-%23CB3837.svg?style=for-the-badge&logo=npm&logoColor=white)
[![CI](https://github.com/cl4pper/nuke-cli/actions/workflows/integration.yaml/badge.svg)](https://github.com/cl4pper/nuke-cli/actions/workflows/integration.yaml)
> A CLI focused on powering the start of your web project.
[![Publish](https://github.com/cl4pper/nuke-cli/actions/workflows/publish.yaml/badge.svg)](https://github.com/cl4pper/nuke-cli/actions/workflows/publish.yaml)
Have a look at the original [boilerplate](https://github.com/cl4pper/react-setup).
A CLI focused on powering the start of your web project.
In this version you'll be able to create a React project from zero
## INSTRUCTIONS:
- React powered by [TypeScript](https://www.npmjs.com/package/typescript)
- [webpack](https://www.npmjs.com/package/webpack) as the module bundler
- unit tests run by [Jest](https://www.npmjs.com/package/jest) and [React Testing Library](https://www.npmjs.com/package/@testing-library/react)
# To install:
Coming up...
By npm: `npm install -g nuke-cli`
- local code lintintg by [Prettier](https://www.npmjs.com/package/prettier)
- CI by Github actions
- Docker settings
- **create a Node based API** from zero
To start a project: `nuke start:ts <INSERT_PROJECT_NAME>`
## Instructions:
Installing by npm: `npm install -g nuke-cli`
Starting a project: `nuke start:ts <INSERT_PROJECT_NAME>`
```
> nuke start:ts fun-project
> Project fun-project has been created! Have fun.
```
##
Engineered by [Gluegun](https://github.com/infinitered/gluegun).