Socket
Socket
Sign inDemoInstall

taichi-generator

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

taichi-generator

Standard tooling for JS development


Version published
Weekly downloads
3
Maintainers
1
Weekly downloads
 
Created
Source

TaiChi-Generator

The taoists' TaiChi generates two phases,this taichi generates frontend projects.

This package aim at boxing the frontend builders and some programing language preprocessor. You don't have to manually add the complicated config file as long as you follow some certain rules.

Install

$ npm install taichi-generator -D

Usage

Commands

namedescription
buildThe production mode, output an js bundle for your project
serveThe development mode
build
optionstypedefaultdescription
-i, --inputstring'src/index.(t|j)sx?'The entry file path in your project.
-o, --outputstring'dist'The output directory path in your project.
-a, --analyze--The analyze mode in production, you can get the project bundle composition structure. No need to give any arguments
serve
optionstypedefaultdescription
-i, --inputstring'src/index.(t|j)sx?'The entry file path in your project.
-p, --portnumber3000The server port for your project

Important

  1. You don't need to specified the entry file path as long as your entry file is in the src index.

  2. Presently, The TaiChi-generator only support sass preprocessor to resolve your .scss file.

  3. If you like to use the css module to manage your css structure, you can set your css file name as: index.module.css or index.module.scss

Others

Q&A: Mimo

Issues Welcome!

FAQs

Package last updated on 08 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc