Socket
Socket
Sign inDemoInstall

@tkeron/cli

Package Overview
Dependencies
194
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @tkeron/cli

Micro framework for developing web user interfaces with typescript.


Version published
Maintainers
2
Created

Readme

Source

Tkeron

Micro framework for developing web user interfaces with typescript.

  • Create web interfaces with typescript without configuration.
  • Take advantage of hot reloading to see your changes as you go.
  • Start your project faster, compile faster than other frameworks (thanks to esbuild).
  • Create pre-rendered components or pages.

tkeron example

How to use


  • Install tkeron globally
npm i -g tkeron

  • Enter in your project directory and run:
tkeron init

This will create a blank project in the "front" directory.


  • To build the html file run this:
tkeron build

This will transpile the project in the directory "web"


  • To run in your browser:
tkeron dev

This command will create a server on port 5000 for the "web" directory and will observe the file change in the "front" directory.


  • to create a page use this:
tkeron generate page index

or its short version:

tk g p index

  • to create a component use this:
tkeron generate component my/button

or its short version:

tk g c my/button

Keywords

FAQs

Last updated on 15 Dec 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc