Giter Site home page Giter Site logo

CLI ? about dts-bundle HOT 4 CLOSED

typestrong avatar typestrong commented on July 28, 2024
CLI ?

from dts-bundle.

Comments (4)

tolemac avatar tolemac commented on July 28, 2024

It will be nice to have.

from dts-bundle.

tolemac avatar tolemac commented on July 28, 2024

I'm not sure how to implement it ...

I can think of two ways:

  1. To add code to index.ts inspect process.argv searching parameters ...
  2. To add new module, ie: cli.ts that import and use bundle function from index.ts...

@basarat can you tell me about?

I not sure how to determine if a module is running directly with nodejs or included from other ...

from dts-bundle.

basarat avatar basarat commented on July 28, 2024

I not sure how to determine if a module is running directly with nodejs or included from other

With examples :

Developer (you)

User

  • To use such a file they can either do npm install -g alm. This gives them the executables from the package.json bin on the user system command line
  • They can install it as a dev dependency and use scripts option in package.json to drive it e.g. :
"scripts": {
    "build": "alm -p ./src"
},

🌹

from dts-bundle.

tolemac avatar tolemac commented on July 28, 2024

Done.

from dts-bundle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.