Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

tottys-project

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tottys-project

An easy to start project based on Totty's architecture.

latest
npmnpm
Version
0.3.2
Version published
Maintainers
2
Created
Source

What it is

Is a library to help you to create a base project with the best practices.

Libraries:

This is a module and not a boilerplate

Why using a module instead of a boilerplate?

You can just npm update to get the new version. This should be used as an API instead. Using a boilerplate is just fragile and might be hard to migrate to a new version.

You just use this module like a normal library.

How to start

The first time you want to generate a new project you can actually use the generator.

Get environment

console.log(require('env'));

Will return "dev" if in development environment or "prod" if in production environment.

Keywords

new-project

FAQs

Package last updated on 02 May 2015

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