Skip to content

jaspersorrio/tree-view

 
 

Repository files navigation

Tree View package TypeScript Version

When using TypeScript, the compiled .js files messes up the whole directory.

This is my attempt to fix that problem.

Currently, ts-tree-view adds list-virtual-nest class to the generated .js files.

By applying custom css to core atom stylesheets,

li.list-virtual-nest span{
  padding-left:17px !important;
  color: rgb(85, 85, 85);
}

I was able to achieve this:

Attempt 1

Install

Clone the repo git clone https://github.com/jaspersorrio/tree-view.git

Go into the directory cd tree-view

Install dependencies apm install

Go to Your/Working/Directory atom . --dev OR

![Dev Mode](./images/dev mode.png?raw=true "Title")

About

Explore and open project files in Atom

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • CoffeeScript 99.3%
  • CSS 0.7%