+22
-1
| { | ||
| "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 [](https://github.com/cl4pper/nuke-cli/actions/workflows/integration.yaml) [](https://github.com/cl4pper/nuke-cli/actions/workflows/publish.yaml) | ||
| [](https://www.npmjs.com/package/nuke-cli) | ||
| [](https://github.com/cl4pper/nuke-cli) | ||
|  | ||
|  | ||
| [](https://github.com/cl4pper/nuke-cli/actions/workflows/integration.yaml) | ||
| > A CLI focused on powering the start of your web project. | ||
| [](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). |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
43302
2.92%38
80.95%1
-50%