1.1.1 • Published 4 months ago

nuke-cli v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

nuke-cli CI Publish

NPM GitHub GitHub Actions

A CLI focused on powering the start of your web project.

Have a look at the original boilerplate.

Features:

In this version you'll be able to create a React project from zero

Coming up...

  • CI by Github actions
  • generate a Node based API from zero

Instructions:

Install the package by: 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.

Generating a React component: nuke component:ts <INSERT_COMPONENT_NAME>

> nuke component:ts fun-button
> Component fun-button folder has been created.

Misc:

Folder structure inside the project folder:

/build
-- index.html
/src
-- App.sass
-- App.tsx
-- index.tsx
.babelrc
.dockerignore
.gitignore
.prettierignore
.prettierrc
docker-compose.yml
Dockerfile
jest.config.json
package.json
README.md
tsconfig.json
webpack.config.json

Engineered by Gluegun.

1.1.1

4 months ago

1.1.0

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago