npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

create-twinit-app

v3.0.8

Published

npx cmd to create a scaffloded Twinit React client app

Downloads

92

Readme

digitaltwin-factory logo

digitaltwin-factory

create-twinit-app is made available as a part of the digitaltwin-factory open source community. Join the digitaltwin-factory community to gain access to a wealth of information and training material on how to use Twinit to accomplish your digital twin goals. Membership in digitaltwin-factory open-source community includes access to self-led development courses for building applications using Twinit, access to the developer documentation for Twinit concepts, services, and APIs, access to open-source code modules and UI libraries to help accelerate and kick-start your projects, as well as access to a community of developers who develop using Twinit. For more information visit https://invicara.com/ and https://twinit.com/

CREATE-TWINIT-APP

create-twinit-app scaffolds a new Twinit React client application much in the same way the create-react-app initializes a new react application.

Required Private Libraries

In order for the client to run, you will need to install private Twinit node modules. You can get access to these private code modules by joining the digitaltwin-factory open-source community. You will also need to configure the .npmrc file installed by create-twinit-app into your application folder. Instructions on how to do so are available here.

Running create-twinit-app

Before running create-twinit-app you may want to gather the follow information, as create-twinit-app will prompt you for it. You may instead accept the defaults all the way through, and update the information later as well.

  • Your application name (default: 'my-twinit-react-client')
  • Your application description (default: 'My Twinit React Client Description')
  • Your application version (default: '1.0.0')
  • Your application author (default: 'None')
  • Your Twinit Application ID (default: 'The Twinit Academy Training Application ID')
  • Your Twinit application's user config _userType (default: 'dev-train')
  • The Twinit API instance your client will connect to (default: 'https://sandbox-api.invicara.com')

When ready run:

npx create-twinit-app@latest

After create-twinit-app has finished you can run the empty client by*:

  • Be sure you have read the note above about accessing private Twinit node modules.
npm install
npm run watch

The client will be served at http://localhost:8084. You can change this by adjusting the webpack config and the baseRoot in ./app/public/config.js. If you do not have access to the private Twinit node modules, or have not set up your .npmrc file (provided by create-twinit-app) correctly, then you will authentication and access errors durin gthe npm install.