ntManager

What is ntManager?

Your one-stop solution for pre-configured templates. We offer a wide range of templates including Node.js, Node.js with TypeScript, Vue.js, React and many more. Browse through our collection and find the perfect starting point for your next project.

Why use ntManager?

ntManager simplifies your development process by providing pre-configured templates. No more time wasted on setting up your project environment. With ntManager, you can focus on what truly matters - coding. Our templates are optimized for a variety of tech stacks, ensuring you have the best foundation for your projects.

How to use ntManager?

ntManager is easy to use. Browse our collection of templates and find the right one for your project. To download the template, install ntmanager, which you can do using the npm command. Then type ntm install <template name>. Now you're ready to start coding!

Installation

$ npm install ntmanager --global

Command


$ ntm install <template name> [--dir [directory name]]

$ ntm search <searched text>

$ ntm remove [--dir [directory name]]


install


New templates can be downloaded with the install command. It has an optional parameter, dir, which you can use to specify if, for example, you want to create a subdirectory and not the current directory from which you run the command.


search


You can use the search command to search for packages if, for example, we don't know the full name, we only know details, or we just want to see if there is such a template, then we can do this with this command.


remove


The remove command is used to remove the installed template. It has an optional parameter, dir, which you can use to specify if, for example, you want to remove a subdirectory and not the current directory from which you run the command.