1.0.17 • Published 6 months ago

create-react-ank v1.0.17

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

Creating a react app with tailwind, typescript and react-router

Installation

Install the package globally to use the npx command throughout the FS

npm i -g create-react-ank

Usage

Clone the react-18-boilerplate repository to the specified directory. If no directory is provided, it will clone the repository to the current working directory.

$ npx create-react-ank [directory]
Repository cloned successfully.
Enter a value for name in package.json (or press Enter to keep the existing value: [lerning-app]): my-react-app
Enter a value for version in package.json (or press Enter to keep the existing value: [0.1.0]): 1.0.0
Enter a value for description in package.json: 
Enter a value for author in package.json: Ankith G
Enter a value for repository in package.json: 

NPM cmd Creating a clone of ankith's react boiler plate

$ npm init
--------------------------------------------------------------------------
{
  "name": "create-react-ank",
  "version": "1.0.1",
  "description": "Creating a clone of ankith's react boiler plate",
  "main": "create-react-ank.js",
  "bin": {
    "create-react-ank": "create-react-ank.js"
  },
  "scripts": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ankithg03/create-react-ank.git"
  },
  "keywords": [
    "react",
    "create",
    "app",
    "react-v18"
  ],
  "author": "Ankith G",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ankithg03/create-react-ank/issues"
  },
  "homepage": "https://github.com/ankithg03/create-react-ank#readme"
}

Publishing the package

$ npm publish

Note: Once there is any changes we have to update the package.json with the new version and also push the changes

1.0.17

6 months ago

1.0.16

6 months ago

1.0.15

6 months ago

1.0.14

6 months ago

1.0.13

6 months ago

1.0.12

6 months ago

1.0.11

6 months ago

1.0.10

6 months ago

1.0.9

6 months ago

1.0.8

6 months ago

1.0.7

6 months ago

1.0.6

6 months ago

1.0.5

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