1.1.0 • Published 8 months ago

create-oniec-app v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

💫 react oniec  - 

After React was installed, it was created so that developers would not do anything annoying and unpleasant, such as adding typescript files, creating folders, declaring types for images, and creating stylesheet files.

Links: npm, github

💬 Differences from traditional React installations

  • All unnecessary files are installed deleted.
  • Add default settings for typescript
  • Set up to use react-router-dom
  • Set up to use react custom hook
  • Set up for Landing Page and Error Page.
  • In addition, it also removes the default settings for margin and padding in the browser.

💬 Precautions for Use

The create-oniec-app library uses the exec function of the library called child_process. When a function is used, problems such as deleting or modifying existing files can occur.

📌 Installation

Read precautions before installing!

✅ How to modify the file oneiecconfig.json

  • Locate oneiecconfig.json in the path where this module is installed.
  • Open the file in the editor and modify the desired part.
💾 To modify
  • typescript: typescript enable
  • name: Desired directory name
  • structure: Desired directory structure

Run from the shell of the operating system:

$ npm install -g create-oniec-app
$ npx create-oniec-app <your-project-name>

🎬 How to run

Run from the shell of the operating system:

$ cd <your-project-location>
$ npm run dev

📂 Directory structure

Everything changed from version 1.1.0

  • You can modify oniecconfig.json to change the directory structure as you want, or set the directory name, typescript, or not.

Release

  • version 1.*.*
1.1.0

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago