0.0.11 • Published 3 years ago

@rdlabo/astrolabio v0.0.11

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

JavaScript Style Guide eslint test

@ts-templates/node16

Template for TypeScript project using Node.js v16

Features

Usage

  1. Create repository using template
  2. Replace provisional string with actual string
    • https://github.com/ts-templates/node16 => your repository URL
    • @ts-templates/node16 => your package name
    • Template for TypeScript project using Node.js v16 => your package description
  3. Implement src/main.ts

Scripts

# Compile TypeScript files to JavaScript files
npm run build

# Remove built files
npm run clean

# Run linters
npm run lint

# Run main.ts
npm start

# Run tests
npm test
0.0.10

3 years ago

0.0.11

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago